monifu.concurrent
Represents a ThreadLocal, a concept that isn't useful on top of a Javascript runtime (since in a JS runtime all variables are thread-local, since it's a single threaded execution model), but having this is useful for cross-compilation purposes.
Represents a ThreadLocal, a concept that isn't useful on top of a Javascript runtime (since in a JS runtime all variables are thread-local, since it's a single threaded execution model), but having this is useful for cross-compilation purposes.