Qtc.Core.QWaitCondition

Contents

Documentation

notify_all :: QWaitCondition a -> () -> IO () #

notify_one :: QWaitCondition a -> () -> IO () #

wakeAll :: QWaitCondition a -> () -> IO () #

wakeOne :: QWaitCondition a -> () -> IO () #

Orphan instances

Qwait (QWaitCondition a) (QReadWriteLock t1) # 
Instance details

Methods

wait :: QWaitCondition a -> QReadWriteLock t1 -> IO Bool #

Qwait (QWaitCondition a) (QMutex t1) # 
Instance details

Methods

wait :: QWaitCondition a -> QMutex t1 -> IO Bool #

Qwait (QWaitCondition a) (QReadWriteLock t1, Int) # 
Instance details

Methods

wait :: QWaitCondition a -> (QReadWriteLock t1, Int) -> IO Bool #

Qwait (QWaitCondition a) (QMutex t1, Int) # 
Instance details

Methods

wait :: QWaitCondition a -> (QMutex t1, Int) -> IO Bool #