Open
Description
Might make sense to try to support thread pools, i.e. running computations on a specific subsets of available threads, especially for static scheduling.
Inspiration from the out of date ThreadPools.jl: QueuePool
, StaticPool
Might make sense to try to support thread pools, i.e. running computations on a specific subsets of available threads, especially for static scheduling.
Inspiration from the out of date ThreadPools.jl: QueuePool
, StaticPool