ocaml-containers/src/threads
Simon Cruanes 067e89b1fe add CCLock.{decr_then_get, get_then_{decr,set,clear}}
atomic updates for integers and bools
2016-01-26 01:04:43 +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 rename CCFuture into CCPool, expose the thread pool 2016-01-26 01:04:43 +01:00
CCPool.mli rename CCFuture into CCPool, expose the thread pool 2016-01-26 01:04:43 +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