moonpool/test
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
..
effect-based fix pool: suspension handler might run from a different thread! 2023-10-25 23:30:04 -04:00
dune tests: run some tests on both Pool and Simple_pool 2023-10-25 00:21:07 -04:00
t_bench1.ml test: make the benchmark quicker by default 2023-06-09 23:37:20 -04:00
t_bounded_queue.ml add tests for Bounded_queue 2023-10-12 22:24:28 -04:00
t_chan_train.ml rename Fut.await_exn to Fut.await 2023-06-20 22:43:33 -04:00
t_fib.ml rename Simple_pool into Fifo_pool, update doc 2023-10-25 21:55:29 -04:00
t_fib_rec.ml test: run more diverse pools in t_fib_rec 2023-10-25 22:32:57 -04:00
t_futs1.ml feat: add Fut.for_list 2023-06-15 11:59:10 -04:00
t_props.ml rename Simple_pool into Fifo_pool, update doc 2023-10-25 21:55:29 -04:00
t_resource.ml rename Simple_pool into Fifo_pool, update doc 2023-10-25 21:55:29 -04:00
t_tree_futs.ml rename Simple_pool into Fifo_pool, update doc 2023-10-25 21:55:29 -04:00
t_unfair.ml rename Simple_pool into Fifo_pool, update doc 2023-10-25 21:55:29 -04:00
t_ws_deque.ml test: make t_ws_deque consume less ram 2023-10-25 22:41:26 -04:00