AbstractMutex: The AbstractMutex class

Description Usage Arguments Fields and Methods Author(s) References

Description

Package: R.synchronize
Class AbstractMutex

Object
~~|
~~+--AbstractMutex

Directly known subclasses:
NullMutex, SocketMutex

public abstract static class AbstractMutex
extends Object

Abstract class representing a mutex.

Usage

1

Arguments

...

Not used.

Fields and Methods

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

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

References

[1] Niclas Winquist, Mutex vs. Semaphore, what is the difference? The Toilet Example, 2005. http://koti.mbnet.fi/niclasw/MutexSemaphore.html


R.synchronize documentation built on May 2, 2019, 5:46 p.m.