mirror of
https://github.com/c-cube/moonpool.git
synced 2026-01-27 11:44:50 -05:00
doc
This commit is contained in:
parent
d381b1dd12
commit
25d42d5b8c
1 changed files with 3 additions and 2 deletions
|
|
@ -214,11 +214,12 @@ module Infix_local : INFIX
|
||||||
|
|
||||||
include INFIX
|
include INFIX
|
||||||
|
|
||||||
(** Make infix combinators *)
|
(** Make infix combinators, with intermediate computations running on the given pool. *)
|
||||||
module Infix (_ : sig
|
module Infix (_ : sig
|
||||||
val pool : Runner.t
|
val pool : Runner.t
|
||||||
end) : INFIX
|
end) : INFIX
|
||||||
|
|
||||||
val infix : Runner.t -> (module INFIX)
|
val infix : Runner.t -> (module INFIX)
|
||||||
(** [infix runner] makes a new infix module.
|
(** [infix runner] makes a new infix module with intermediate computations
|
||||||
|
running on the given runner..
|
||||||
@since 0.2 *)
|
@since 0.2 *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue