Module CCMonadIO.Raw

module Raw: sig .. end

Low level access



val wrap : (unit -> 'a) -> 'a CCMonadIO.t
wrap f is the IO action that, when executed, returns f (). f should be callable as many times as required