Event

trait Event
class Object
trait Matchable
class Any

Value members

Abstract methods

def addSource(handle: Handle[_]): Boolean

Returns false if triggered.

Returns false if triggered.

@throws(scala.Predef.classOf[scala.InterruptedException])
def await(): Unit
def triggered: Boolean
@throws(scala.Predef.classOf[scala.InterruptedException])
def tryAwaitUntil(nanoDeadline: Long): Boolean

Use a nanoDeadline of Long.MaxValue to wait forever.

Use a nanoDeadline of Long.MaxValue to wait forever.