NullMutex: The NullMutex class

Description Usage Arguments Fields and Methods Author(s)

Description

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.

Usage

1

Arguments

...

Not used.

Fields and Methods

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

Author(s)

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


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