common_.ml
fuseau
fuseau.unix
1 2 3 4 5 6 7 module Trace = Trace_core module TLS = Fuseau.Private_.TLS let ( let@ ) = ( @@ ) let spf = Printf.sprintf type cancel_handle = Cancel_handle.t = { cancel: unit -> unit } [@@unboxed]
1 2 3 4 5 6 7
module Trace = Trace_core module TLS = Fuseau.Private_.TLS let ( let@ ) = ( @@ ) let spf = Printf.sprintf type cancel_handle = Cancel_handle.t = { cancel: unit -> unit } [@@unboxed]