graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hasura.GraphQL.Execute.Action.Subscription

Description

Module related to async action query subscriptions

Synopsis

Documentation

asyncActionSubscriptionsProcessor :: (MonadIO m, MonadMetadataStorage m) => AsyncActionSubscriptionState -> m void Source #

A forever running thread which processes async action subscriptions. See Note [Async action subscriptions]