entwine-0.0.4: entwine - Concurrency tools

Safe HaskellNone
LanguageHaskell98

Entwine.Async

Documentation

newtype AsyncTimeout Source #

Constructors

AsyncTimeout Duration 
Instances
Eq AsyncTimeout Source # 
Instance details

Defined in Entwine.Async

Show AsyncTimeout Source # 
Instance details

Defined in Entwine.Async

waitEitherBoth :: Async a -> Async b -> Async c -> IO (Either a (b, c)) Source #