moonpool/test/effect-based
Simon Cruanes 30035fa67d
fix pool: suspension handler might run from a different thread!
this means we can't reuse the same worker state, it's neither thread
safe nor deadlock-safe (the worker whose state it is might be waiting on
the main queue)
2023-10-25 23:30:04 -04:00
..
dune add heavier test for a particular hangup in fork join 2023-10-24 16:56:52 -04:00
t_fib1.ml tests: compat 4.x 2023-07-09 22:07:44 -04:00
t_fib_fork_join.ml tests: compat 4.x 2023-07-09 22:07:44 -04:00
t_fib_fork_join_all.ml details in test 2023-07-17 10:54:47 -04:00
t_fork_join.ml restore test 2023-10-24 19:56:18 -04:00
t_fork_join_heavy.ml add heavier test for a particular hangup in fork join 2023-10-24 16:56:52 -04:00
t_futs1.ml tests: compat 4.x 2023-07-09 22:07:44 -04:00
t_many.ml fix pool: suspension handler might run from a different thread! 2023-10-25 23:30:04 -04:00
t_sort.ml tests: compat 4.x 2023-07-09 22:07:44 -04:00