package async_unix

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Async_unix.PrintfSource

Shadow blocking functions in Core.Printf to prevent their unintentional use.

Sourceval _shadow : [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]
Sourceval bprintf : Base__.Import0.Caml.Buffer.t -> ('a, Base__.Import0.Caml.Buffer.t, unit) format -> 'a
Sourceval eprintf : [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]
Sourceval exitf : [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]
Sourceval failwithf : ('a, unit, string, unit -> 'b) format4 -> 'a
Sourceval fprintf : 'a -> [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]
Sourceval ifprintf : 'a -> 'b -> ('c, 'b, 'd, unit) format4 -> 'c
Sourceval invalid_argf : ('a, unit, string, unit -> 'b) format4 -> 'a
Sourceval kbprintf : (Base__.Import0.Caml.Buffer.t -> 'a) -> Base__.Import0.Caml.Buffer.t -> ('b, Base__.Import0.Caml.Buffer.t, unit, 'a) format4 -> 'b
Sourceval kfprintf : 'a -> 'b -> [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]
Sourceval ksprintf : (string -> 'a) -> ('b, unit, string, 'a) format4 -> 'b
Sourceval printf : [> `Probably_should_not_use_blocking_Core_Printf_functions_with_Async ]
Sourceval sprintf : ('a, unit, string) format -> 'a
OCaml

Innovation. Community. Security.