MemoryLock

mill.client.lock.MemoryLock
class MemoryLock extends Lock

Attributes

Source
MemoryLock.scala
Graph
Supertypes
class Lock
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def close(): Unit

Attributes

Definition Classes
AutoCloseable
Source
MemoryLock.scala
override def lock(): Locked

Attributes

Definition Classes
Source
MemoryLock.scala
override def probe(): Boolean

Returns true if the lock is available for taking.

Returns true if the lock is available for taking.

Attributes

Definition Classes
Source
MemoryLock.scala
override def tryLock(): TryLocked

Attributes

Definition Classes
Source
MemoryLock.scala

Inherited methods

def await(): Unit

Attributes

Inherited from:
Lock
Source
Lock.scala
def delete(): Unit

Attributes

Inherited from:
Lock
Source
Lock.scala