Documentation
class QqThreadPool x1 where #
qThreadPool :: x1 -> IO (QThreadPool ()) #
Instances
QqThreadPool () # | |
Defined in Qtc.Core.QThreadPool qThreadPool :: () -> IO (QThreadPool ()) # | |
QqThreadPool (QObject t1) # | |
Defined in Qtc.Core.QThreadPool qThreadPool :: QObject t1 -> IO (QThreadPool ()) # |
activeThreadCount :: QThreadPool a -> () -> IO Int #
expiryTimeout :: QThreadPool a -> () -> IO Int #
qThreadPoolGlobalInstance :: () -> IO (QThreadPool ()) #
maxThreadCount :: QThreadPool a -> () -> IO Int #
releaseThread :: QThreadPool a -> () -> IO () #
reserveThread :: QThreadPool a -> () -> IO () #
setExpiryTimeout :: QThreadPool a -> Int -> IO () #
setMaxThreadCount :: QThreadPool a -> Int -> IO () #
class QqThreadPoolTrUtf8 x1 where #
qThreadPoolTrUtf8 :: x1 -> IO String #
Instances
QqThreadPoolTrUtf8 String # | |
Defined in Qtc.Core.QThreadPool qThreadPoolTrUtf8 :: String -> IO String # | |
QqThreadPoolTrUtf8 (String, String) # | |
Defined in Qtc.Core.QThreadPool qThreadPoolTrUtf8 :: (String, String) -> IO String # | |
QqThreadPoolTrUtf8 (String, String, Int) # | |
Defined in Qtc.Core.QThreadPool qThreadPoolTrUtf8 :: (String, String, Int) -> IO String # |
tryStart :: QThreadPool a -> QRunnable t1 -> IO Bool #
tryTake :: QThreadPool a -> QRunnable t1 -> IO Bool #
class QwaitForDone x1 where #
waitForDone :: QThreadPool a -> x1 -> IO Bool #
Instances
QwaitForDone Int # | |
Defined in Qtc.Core.QThreadPool waitForDone :: QThreadPool a -> Int -> IO Bool # | |
QwaitForDone () # | |
Defined in Qtc.Core.QThreadPool waitForDone :: QThreadPool a -> () -> IO Bool # |
qThreadPool_delete :: QThreadPool a -> IO () #
qThreadPool_deleteLater :: QThreadPool a -> IO () #