Eio.Std
Commonly used standard features. This module is intended to be open
ed.
module Promise = Promise
module Fiber = Fiber
module Switch = Switch
type 'a r = 'a Resource.t
val traceln :
?__POS__:(string * int * int * int) ->
('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 ->
'a
Same as Eio.traceln
.