ocaml-containers/src/threads
Simon Cruanes 663a3cd693 introduce a min_size in CCPool, to keep threads alive
- in benchs, keep `min_size=0` for resource management (need to spawn
  lots of threads)
2016-01-26 02:14:35 +01:00
..
CCBlockingQueue.ml move CCThread.Queue into CCBlockingQueue 2016-01-26 01:04:33 +01:00
CCBlockingQueue.mli move CCThread.Queue into CCBlockingQueue 2016-01-26 01:04:33 +01:00
CCLock.ml add CCLock.{decr_then_get, get_then_{decr,set,clear}} 2016-01-26 01:04:43 +01:00
CCLock.mli add CCLock.{decr_then_get, get_then_{decr,set,clear}} 2016-01-26 01:04:43 +01:00
CCPool.ml introduce a min_size in CCPool, to keep threads alive 2016-01-26 02:14:35 +01:00
CCPool.mli introduce a min_size in CCPool, to keep threads alive 2016-01-26 02:14:35 +01:00
CCSemaphore.ml small fixes in CCSemaphore 2016-01-25 14:26:30 +01:00
CCSemaphore.mli small fixes in CCSemaphore 2016-01-25 14:26:30 +01:00
CCThread.ml move CCThread.Queue into CCBlockingQueue 2016-01-26 01:04:33 +01:00
CCThread.mli move CCThread.Queue into CCBlockingQueue 2016-01-26 01:04:33 +01:00
CCTimer.ml split CCTimer out of CCFuture, a standalone 1-thread timer 2016-01-26 01:04:43 +01:00
CCTimer.mli split CCTimer out of CCFuture, a standalone 1-thread timer 2016-01-26 01:04:43 +01:00