mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
doc for threads
This commit is contained in:
parent
f4ea5617e9
commit
1a9db7503a
2 changed files with 2 additions and 2 deletions
2
_oasis
2
_oasis
|
|
@ -142,7 +142,7 @@ Document containers
|
||||||
"-docflags '-colorize-code -short-functors -charset utf-8'"
|
"-docflags '-colorize-code -short-functors -charset utf-8'"
|
||||||
XOCamlbuildLibraries:
|
XOCamlbuildLibraries:
|
||||||
containers, containers.iter, containers.data,
|
containers, containers.iter, containers.data,
|
||||||
containers.string, containers.bigarray,
|
containers.string, containers.bigarray, containers.thread,
|
||||||
containers.advanced, containers.io, containers.unix, containers.sexp
|
containers.advanced, containers.io, containers.unix, containers.sexp
|
||||||
|
|
||||||
Executable run_benchs
|
Executable run_benchs
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ val make2 : ('a -> 'b -> 'c) -> 'a -> 'b -> 'c t
|
||||||
val get : 'a t -> 'a
|
val get : 'a t -> 'a
|
||||||
(** Blocking get: wait for the future to be evaluated, and get the value,
|
(** Blocking get: wait for the future to be evaluated, and get the value,
|
||||||
or the exception that failed the future is returned.
|
or the exception that failed the future is returned.
|
||||||
@raise e if the exception failed with e *)
|
raise e if the future failed with e *)
|
||||||
|
|
||||||
val state : 'a t -> 'a state
|
val state : 'a t -> 'a state
|
||||||
(** State of the future *)
|
(** State of the future *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue