Module
IOQueues
- Package
- purescript-queue
- Repository
- athanclark/purescript-queue
#new Source
new :: forall q output input. Queue q => QueueScope q => Effect (IOQueues q input output)#callAsync Source
callAsync :: forall q output input. Queue q => QueueScope q => IOQueues q input output -> input -> Aff outputInvoke the queue in Aff.
#callAsyncEff Source
callAsyncEff :: forall q output input. Queue q => QueueScope q => IOQueues q input output -> Handler output -> input -> Effect UnitInvoke the queue in Eff