eio
Time.Pi
eio.core
eio.mock
eio.runtime_events
eio.unix
eio.utils
module type CLOCK = sig ... end
type Resource.pi +=
| Clock : ('t, (module CLOCK with type t = 't and type time = 'time), [> 'time clock_ty ]) Resource.pi
val clock : (module CLOCK with type t = 't and type time = 'time) -> ('t, [> 'time clock_ty ]) Resource.handler