Idris2Doc : Evince.Parallel

Evince.Parallel

(source)

Definitions

forkIO : IO () ->IO ()
  Fork an IO action into a new thread (Chez Scheme only).

Visibility: export
tryIO : IOa->IOa->IOa
  Run an IO action; if it throws a Scheme exception, run the fallback.

Visibility: export