Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Module related to async action query subscriptions
Synopsis
- asyncActionSubscriptionsProcessor :: (MonadIO m, MonadMetadataStorage m) => AsyncActionSubscriptionState -> m void
Documentation
asyncActionSubscriptionsProcessor :: (MonadIO m, MonadMetadataStorage m) => AsyncActionSubscriptionState -> m void Source #
A forever running thread which processes async action subscriptions. See Note [Async action subscriptions]