Biocaml_lwt.Future_lwtSourceinclude Biocaml_unix.Future.S
with type 'a Deferred.t = 'a Lwt.t
and type 'a Pipe.Reader.t = 'a Lwt_stream.t
and type Reader.t = Lwt_io.input_channel
and type Writer.t = Lwt_io.output_channel`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.