tryPutMVar -package:concurrency
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.
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.
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.
Try to put into a MVar, possibly waking up some threads.
Will try to put into a MVar, possibly waking up some threads.