uuid icon indicating copy to clipboard operation
uuid copied to clipboard

Are v1 uuids thread safe?

Open qwbarch opened this issue 3 years ago • 0 comments

I noticed one of the internal functions it depends on states this:

Isn't system wide or thread safe, nor does it properly randomize the clock value on initialization.

Source: https://hackage.haskell.org/package/uuid-1.3.15/docs/src/Data.UUID.V1.html#ByteSink Perhaps this should be documented for nextUUID if that's the case.

qwbarch avatar Feb 11 '22 23:02 qwbarch