Hi!
While re-learning async
(great stuff btw!) I just noticed that the -N
options, controlling the number of physical threads to be used by the RTS, is not listed in the manual:
https://downloads.haskell.org/ghc/latest/docs/users_guide/runtime_control.html
It’s only mentioned by other flags, but not documented per se, we can only read about it in various stackoverflow comments.