mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
comments
This commit is contained in:
parent
ac0f18d3c7
commit
0da13496a4
2 changed files with 5 additions and 5 deletions
|
|
@ -112,9 +112,9 @@ val fail : string -> 'a t
|
|||
(** {2 Finalizers} *)
|
||||
|
||||
val (>>>=) : 'a with_finalizer -> ('a -> 'b t) -> 'b t
|
||||
(** Alternative to {!(>>=)} that also takes a [unit t] value, that is a
|
||||
finalizer. This action will run in any case (even failure).
|
||||
Other than the finalizer, this behaves like {!(>>=)} *)
|
||||
(** Same as {!(>>=)}, but taking the finalizer into account. Once this
|
||||
IO value is done executing, the finalizer is executed and the resource,
|
||||
fred. *)
|
||||
|
||||
(** {2 Running} *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue