Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data Ipc (fmt :: Type) (command :: Type -> Type) :: Effect where Source #
Sync :: command a -> Ipc fmt command m a | |
WaitEvent :: TimeUnit u => EventName -> u -> m a -> Ipc fmt command m (Maybe (Some Event), a) |
Instances
type DefiningModule Ipc Source # | |
Defined in Mpv.Effect.Ipc |