doc for threads

This commit is contained in:
Simon Cruanes 2015-09-23 18:25:43 +02:00
parent f4ea5617e9
commit 1a9db7503a
2 changed files with 2 additions and 2 deletions

2
_oasis
View file

@ -142,7 +142,7 @@ Document containers
"-docflags '-colorize-code -short-functors -charset utf-8'"
XOCamlbuildLibraries:
containers, containers.iter, containers.data,
containers.string, containers.bigarray,
containers.string, containers.bigarray, containers.thread,
containers.advanced, containers.io, containers.unix, containers.sexp
Executable run_benchs

View file

@ -55,7 +55,7 @@ val make2 : ('a -> 'b -> 'c) -> 'a -> 'b -> 'c t
val get : 'a t -> 'a
(** Blocking get: wait for the future to be evaluated, and get the value,
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
(** State of the future *)