Closed owickstrom closed 5 years ago
For app.simple to work, you need the -threaded flag enabled when compiling. See first point in #38.
This should be clearly documented.
run may just throw an exception if there are no threads.
run
https://hackage.haskell.org/package/base-4.12.0.0/docs/Control-Concurrent.html#v:rtsSupportsBoundThreads
@cblp good idea!
For app.simple to work, you need the -threaded flag enabled when compiling. See first point in #38.
This should be clearly documented.