Qtc.Core.QSystemSemaphore

Contents

Documentation

class QqSystemSemaphore x1 where #

Methods

qSystemSemaphore :: x1 -> IO (QSystemSemaphore ()) #

Instances
QqSystemSemaphore String # 
Instance details

Defined in Qtc.Core.QSystemSemaphore

Methods

qSystemSemaphore :: String -> IO (QSystemSemaphore ()) #

QqSystemSemaphore (String, Int) # 
Instance details

Defined in Qtc.Core.QSystemSemaphore

Methods

qSystemSemaphore :: (String, Int) -> IO (QSystemSemaphore ()) #

QqSystemSemaphore (String, Int, QSystemSemaphore_AccessMode) # 
Instance details

Defined in Qtc.Core.QSystemSemaphore

class QqSystemSemaphore_nf x1 where #

Methods

qSystemSemaphore_nf :: x1 -> IO (QSystemSemaphore ()) #

Instances
QqSystemSemaphore_nf String # 
Instance details

Defined in Qtc.Core.QSystemSemaphore

Methods

qSystemSemaphore_nf :: String -> IO (QSystemSemaphore ()) #

QqSystemSemaphore_nf (String, Int) # 
Instance details

Defined in Qtc.Core.QSystemSemaphore

Methods

qSystemSemaphore_nf :: (String, Int) -> IO (QSystemSemaphore ()) #

QqSystemSemaphore_nf (String, Int, QSystemSemaphore_AccessMode) # 
Instance details

Defined in Qtc.Core.QSystemSemaphore

Orphan instances

QsetKey (QSystemSemaphore a) String # 
Instance details

Methods

setKey :: QSystemSemaphore a -> String -> IO () #

QerrorString (QSystemSemaphore ()) () # 
Instance details

Methods

errorString :: QSystemSemaphore () -> () -> IO String #

QerrorString (QSystemSemaphoreSc a) () # 
Instance details

Methods

errorString :: QSystemSemaphoreSc a -> () -> IO String #

Qrelease (QSystemSemaphore a) Int (IO Bool) # 
Instance details

Methods

release :: QSystemSemaphore a -> Int -> IO Bool #

Qrelease (QSystemSemaphore a) () (IO Bool) # 
Instance details

Methods

release :: QSystemSemaphore a -> () -> IO Bool #

Qkey (QSystemSemaphore a) () (IO String) # 
Instance details

Methods

key :: QSystemSemaphore a -> () -> IO String #

Qqerror (QSystemSemaphore a) () (IO SystemSemaphoreError) # 
Instance details

Qacquire (QSystemSemaphore a) () (IO Bool) # 
Instance details

Methods

acquire :: QSystemSemaphore a -> () -> IO Bool #

QsetKey (QSystemSemaphore a) (String, Int) # 
Instance details

Methods

setKey :: QSystemSemaphore a -> (String, Int) -> IO () #

QsetKey (QSystemSemaphore a) (String, Int, QSystemSemaphore_AccessMode) # 
Instance details

Methods

setKey :: QSystemSemaphore a -> (String, Int, QSystemSemaphore_AccessMode) -> IO () #