Module concurrent

Source
Expand description

A concurrent implementation of a union-find datastructure.

See the uf module for more details on the implementation.

Structsยง

UnionFind
A thread-safe implementation of a union-find datastructure.