Description Usage Arguments Fields and Methods Author(s) References
Package: R.synchronize
Class AbstractMutex
Object
~~|
~~+--
AbstractMutex
Directly known subclasses:
NullMutex, SocketMutex
public abstract static class AbstractMutex
extends Object
Abstract class representing a mutex.
1 |
... |
Not used. |
Methods:
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/)
[1] Niclas Winquist, Mutex vs. Semaphore, what is the difference?
The Toilet Example, 2005.
http://koti.mbnet.fi/niclasw/MutexSemaphore.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.