Description Usage Arguments Fields and Methods Author(s)
Package: R.synchronize
Class NullMutex
Object
~~|
~~+--
AbstractMutex
~~~~~~~|
~~~~~~~+--
NullMutex
Directly known subclasses:
public static class NullMutex
extends AbstractMutex
A NullMutex is a class that fakes a mutex, but it is not a real mutex because it is not synchronized with other processed, i.e. it can always be aqcuired.
1 |
... |
Not used. |
Methods:
isAcquired | - | |
release | - | |
tryAcquire | - | |
Methods inherited from AbstractMutex:
acquire, finalize, isAcquired, release, tryAcquire
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save
Henrik Bengtsson (http://www.braju.com/R/)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.