Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
MessageThreadId :: Integer -> MessageThreadIdtelegram-bot-api Telegram.Bot.API.Types.Common No documentation available.
forumTopicMessageThreadId :: ForumTopic -> MessageThreadIdtelegram-bot-api Telegram.Bot.API.Types.ForumTopic Unique identifier of the forum topic
messageMessageThreadId :: Message -> Maybe MessageThreadIdtelegram-bot-api Telegram.Bot.API.Types.Message Unique identifier of a message thread to which the message belongs; for supergroups only.
userCanReadAllGroupMessages :: User -> Maybe Booltelegram-bot-api Telegram.Bot.API.Types.User True, if privacy mode is disabled for the bot. Returned only in getMe.
replyMessageMessageThreadId :: ReplyMessage -> Maybe MessageThreadIdtelegram-bot-simple Telegram.Bot.Simple.Reply Unique identifier for the target message thread (topic) of the forum; for forum supergroups only.
callbackQueryDataRead :: Read a => UpdateParser atelegram-bot-simple Telegram.Bot.Simple.UpdateParser Obtain CallbackQuery data associated with the callback button in an inline keyboard if present in Update message.
-
Simple Haskell thread management in hierarchical manner Please see the README on GitHub at https://github.com/nshimaza/thread-hierarchy#readme
-
thread-hierarchy Control.Concurrent.Hierarchy Mutable map containing thread ID and finish marker.
killThreadHierarchy :: ThreadMap -> IO ()thread-hierarchy Control.Concurrent.Hierarchy Kill all thread registered in given ThreadMap. This version is exposed as API. This is not called from cleanup routine. Thus it doesn't ignore asynchronous exceptions.
-
thread-hierarchy Control.Concurrent.Hierarchy Create a new empty ThreadMap.