Description
A fast concurrent unique identifier supply with a pure API.
Description
A fast supply of concurrent unique identifiers suitable for use within a single process. Once the initial Supply
has been initialized, the remainder of the API is pure. See Control.Concurrent.Supply
for details.