Biocaml_unix.Future_unixSourceinclude Future.S
with type 'a Deferred.t = 'a
and type 'a Pipe.Reader.t = 'a Stream.t
and type Reader.t = Core.In_channel.t
and type Writer.t = Core.Out_channel.t`Max_concurrent_jobs supported only for Async implementation. The Lwt implementation treats this the same as `Parallel. Blocking implementation treats all as `Sequential.
val (>>=?) :
('a, 'b) Deferred.Result.t ->
('a -> ('c, 'b) Deferred.Result.t) ->
('c, 'b) Deferred.Result.tDifference from Async: Use fail instead of raise.
Async supports several extra parameters to this function, which we do not currently support.