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.
runReadJSON_Keys_NoLayout :: KeyEnv -> ReadJSON_Keys_NoLayout a -> Either DeserializationError ahackage-security Hackage.Security.JSON No documentation available.
runReadJSON_NoKeys_NoLayout :: ReadJSON_NoKeys_NoLayout a -> Either DeserializationError ahackage-security Hackage.Security.JSON No documentation available.
-
hslua-typing HsLua.Typing The built-in thread Lua type.
-
mysql Database.MySQL.Base Call mysql_thread_end This is needed at thread exit to avoid a memory leak, except when using a non-debug build of at least version 5.7.9 of the MySQL library. See https://dev.mysql.com/doc/refman/5.7/en/mysql-thread-end.html. The threads in question are the OS threads, so calling this function is likely to be important when using large numbers of bound threads (see Control.Concurrent). Unbound threads - those created with forkIO and friends - share a small number of OS threads, so in those it is hard to call this function safely, and there is little benefit in doing so, but in any case using this library in unbound threads is not recommended (see https://ro-che.info/articles/2015-04-17-safe-concurrent-mysql-haskell).
-
mysql Database.MySQL.Base Call mysql_thread_init Again a single-threaded program does not need to call this explicitly. Even in a multi-threaded one, if each connection is made, used, and destroyed in a single thread, it is sufficient to rely on the connect call to do an implicit thread initialisation. But in other cases, for example when using a connection pool, each thread requires explicit initialisation. See https://ro-che.info/articles/2015-04-17-safe-concurrent-mysql-haskell and https://dev.mysql.com/doc/refman/5.7/en/c-api-threaded-clients.html for details.
threadId :: Connection -> IO Wordmysql Database.MySQL.Base No documentation available.
-
mysql Database.MySQL.Base.C No documentation available.
mysql_thread_id :: Ptr MYSQL -> IO CULongmysql Database.MySQL.Base.C No documentation available.
mysql_thread_init :: IO MyBoolmysql Database.MySQL.Base.C No documentation available.
-
pango Graphics.Rendering.Pango No documentation available.