Up
Module
Jenga_client
Signature
module
Connection_error
: sig .. end
val
with_connection_with_detailed_error : root_dir:
Path.Abs.t
-> f:(
Async.Std.Rpc.Connection.t
-> 'a
Async.Std.Deferred.t
) -> ('a,
Connection_error.t
)
Core.Std.Result.t
Async.Std.Deferred.t
val
with_connection : root_dir:
Path.Abs.t
-> f:(
Async.Std.Rpc.Connection.t
-> 'a
Async.Std.Deferred.t
) -> 'a
Core.Std.Or_error.t
Async.Std.Deferred.t