threads icon indicating copy to clipboard operation
threads copied to clipboard

Fork threads and wait for their result

Results 2 threads issues
Sort by recently updated
recently updated
newest added

Citing from http://hydra.nixos.org/build/19371150/log/raw: ``` Running 1 test suites... Test suite test-threads: RUNNING... Thread: forkIO: wait: [OK] maskingState: [OK] sync exception: [OK] async exception: [OK] forkOS: wait: [OK] maskingState: [OK] sync...

ThreadGroup assumes that the group could be unbounded, but many uses require threads groups to have a bound to control concurrency and resource exhaustion. I wrote a simple wrapper to...