You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{-# INLINE mkEnqueue #-}
mkEnqueue :: MonadAsync m =>
Channel m b
-- | @divider enq stream@
-> ((K.StreamK m a -> m ()) -> K.StreamK m a -> K.StreamK m b)
-- | Queuing function @enq@
-> m (K.StreamK m a -> m ())
mkEnqueue chan runner = do
The text was updated successfully, but these errors were encountered:
The source:
The text was updated successfully, but these errors were encountered: