Module MakeSingle.Dropbox

Instrumented dropbox tracing a request handling from the moment it is being pushed to a worker’s pending queue.

val put_request : dropbox t -> ('b, 'c) Raw_request.t -> unit
val put_request_and_wait : dropbox t -> ('b, 'c) Raw_request.t -> ('b, 'c message_error) Stdlib.result Lwt.t