MPILocker class

Implemented types

Constructors

MPILocker(InvocationHandler _h)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ioc() → void
override
lock(String rid, Duration timeout, {Context? ctx}) Future<bool?>
Lock create write lock.
override
methods() Map<String, Introspector>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readLock(String rid, Duration timeout, {Context? ctx}) Future<bool?>
ReadLock create read lock.
override
readUnlock(String rid, {Context? ctx}) Future<void>
ReadUnlock release read lock.
override
toString() String
A string representation of this object.
inherited
unlock(String rid, {Context? ctx}) Future<void>
Unlock release write lock.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited