We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
What might a remote object for the comet consist of?
-- UTF-8 BS, I expect data Req :: * -> * where AsyncSend :: ByteString -> Req () SyncSend :: ByteString -> Req ByteString Callback :: (BS -> IO a) -> Req ()