graph icon indicating copy to clipboard operation
graph copied to clipboard

Is library threadsafe?

Open LeifAndersen opened this issue 8 years ago • 1 comments

The documentation says that it uses data/queue module. The documentation for that module says it is not thread safe. As such is this library thread safe? Either way, the docs should say if it is or is not.

LeifAndersen avatar Jun 19 '17 00:06 LeifAndersen

The algorithms are mostly standard imperative algorithms, i.e., lots of mutation. I'm ok if you want to make improvements to the docs but I'm not sure this is the right place. If programmers are not already being careful when utilizing threads then I'm not sure a warning in a random library's docs will help them much.

stchang avatar Jun 26 '17 14:06 stchang