lazy-async-1.0.0.0: src/LazyAsync/Libraries/Async.hs
{-# language Trustworthy #-}
module LazyAsync.Libraries.Async (Async, pollSTM, withAsync, async, cancel, Forall, Pure) where
import Control.Concurrent.Async.Lifted (Async, async, cancel, pollSTM,
withAsync)
import Control.Concurrent.Async.Lifted.Safe (Forall, Pure)