scalaz / ioeffect

An effect monad for Scalaz 7.2
Other
55 stars 9 forks source link

Thread pool Shifting #35

Closed mielientiev closed 6 years ago

mielientiev commented 6 years ago

@jdegoes I'm wondering is it possible or will be possible in future to shift thread pools? (one thread pool for CPU intense load, another one for blocking operations, etc).

fommil commented 6 years ago

I don't think this will be worked on in this repo. Follow scalaz-zio (the successor) for details.