Module Async_unix.Printf
Shadow blocking functions in Core.Printf to prevent their unintentional use.
val _shadow : [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]val bprintf : Base__.Import0.Caml.Buffer.t -> ('a, Base__.Import0.Caml.Buffer.t, unit) Stdlib.format -> 'aval eprintf : [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]val exitf : [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]val failwithf : ('a, unit, string, unit -> 'b) Stdlib.format4 -> 'aval fprintf : 'a -> [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]val ifprintf : 'a -> 'b -> ('c, 'b, 'd, unit) Stdlib.format4 -> 'cval invalid_argf : ('a, unit, string, unit -> 'b) Stdlib.format4 -> 'aval kbprintf : (Base__.Import0.Caml.Buffer.t -> 'a) -> Base__.Import0.Caml.Buffer.t -> ('b, Base__.Import0.Caml.Buffer.t, unit, 'a) Stdlib.format4 -> 'bval kfprintf : 'a -> 'b -> [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]val ksprintf : (string -> 'a) -> ('b, unit, string, 'a) Stdlib.format4 -> 'bval printf : [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]val sprintf : ('a, unit, string) Stdlib.format -> 'a