Instant is
off
|
Search plugin
|
Manual
|
haskell.org
tryPutMVar
Packages
base
tryPutMVar
:: MVar a -> a -> IO Bool
base
Control.Concurrent.MVar
A non-blocking version of
putMVar
. The
tryPutMVar
function attempts to put the value a into the
MVar
, returning
True
if it was successful, or
False
otherwise.
©
Neil Mitchell
2004-2012, version 4.2.11