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 output
Invoke the queue in Aff
.
#callAsyncEff Source
callAsyncEff :: forall q output input. Queue q => QueueScope q => IOQueues q input output -> Handler output -> input -> Effect Unit
Invoke the queue in Eff