mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
expose Runner
This commit is contained in:
parent
6c73afbe5b
commit
1cb5342092
2 changed files with 3 additions and 1 deletions
|
|
@ -5,8 +5,9 @@ let start_thread_on_some_domain f x =
|
||||||
module Atomic = Atomic_
|
module Atomic = Atomic_
|
||||||
module Blocking_queue = Bb_queue
|
module Blocking_queue = Bb_queue
|
||||||
module Chan = Chan
|
module Chan = Chan
|
||||||
module Lock = Lock
|
|
||||||
module Fork_join = Fork_join
|
module Fork_join = Fork_join
|
||||||
module Fut = Fut
|
module Fut = Fut
|
||||||
|
module Lock = Lock
|
||||||
module Pool = Pool
|
module Pool = Pool
|
||||||
|
module Runner = Runner
|
||||||
module Suspend_ = Suspend_
|
module Suspend_ = Suspend_
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
*)
|
*)
|
||||||
|
|
||||||
module Pool = Pool
|
module Pool = Pool
|
||||||
|
module Runner = Runner
|
||||||
|
|
||||||
val start_thread_on_some_domain : ('a -> unit) -> 'a -> Thread.t
|
val start_thread_on_some_domain : ('a -> unit) -> 'a -> Thread.t
|
||||||
(** Similar to {!Thread.create}, but it picks a background domain at random
|
(** Similar to {!Thread.create}, but it picks a background domain at random
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue