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 -> ('aBase__.Import0.Caml.Buffer.t, unit) Stdlib.format -> 'a
val 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 -> 'a
val fprintf : 'a -> [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]
val ifprintf : 'a -> 'b -> ('c'b'd, unit) Stdlib.format4 -> 'c
val invalid_argf : ('a, unit, string, unit -> 'b) Stdlib.format4 -> 'a
val kbprintf : (Base__.Import0.Caml.Buffer.t -> 'a) -> Base__.Import0.Caml.Buffer.t -> ('bBase__.Import0.Caml.Buffer.t, unit, 'a) Stdlib.format4 -> 'b
val kfprintf : 'a -> 'b -> [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]
val ksprintf : (string -> 'a) -> ('b, unit, string, 'a) Stdlib.format4 -> 'b
val printf : [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]
val sprintf : ('a, unit, string) Stdlib.format -> 'a