mutex objects have following methods:
) |
) |
True
, otherwise, return False
.
function, argument) |
function(argument)
, unless the mutex is locked.
In the case it is locked, place the function and argument on the queue.
See unlock for explanation of when
function(argument)
is executed in that case.
) |
See About this document... for information on suggesting changes.