> Does this aim to be part of Nim? No
> Part of the standard library? It's probably too big, though some of the underlying code like the memory subsystem could be in the standard library. > Does it have an accessible api? spawn/sync/Flowvar are directly taken from [https://nim-lang.org/docs/threadpool.html](https://nim-lang.org/docs/threadpool.html). The parallelFor is just a for-loop.
