scala.concurrent

ManagedBlocker

trait ManagedBlocker extends AnyRef

The ManagedBlocker trait...

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def block(): Boolean

    Possibly blocks the current thread, for example waiting for a lock or condition

  2. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  3. def hashCode(): Int

    Returns a hash code value for the object

  4. def isReleasable: Boolean

    Returns true if blocking is unnecessary

  5. def toString(): String

    Returns a string representation of the object