cognimeta-utils-0.1.2: Utilities for Cognimeta products (such as perdure). API may change often.

Safe HaskellSafe-Inferred

Cgm.Control.Concurrent.Await

Documentation

type Async a s = (a -> IO ()) -> IO sSource

await0 :: (IO () -> IO a) -> IO aSource

await1 :: Async a () -> IO aSource

mapAsync :: (a -> IO b) -> Async a () -> Async b ()Source