object Signaler
Companion object that provides a factory method for a Singlaer
defined
in terms of a function from a function of type Thread
to Unit.
- Source
- Signaler.scala
- Alphabetic
- By Inheritance
- Signaler
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
apply(fun: (Thread) ⇒ Unit): Signaler
Factory method for a
Signaller
defined in terms of a function from a function of typeThread
to Unit.Factory method for a
Signaller
defined in terms of a function from a function of typeThread
to Unit.When this
apply
method is invoked, it will invoke the passed function'sapply
method, forwarding along the passedThread
.- fun
the function representing the signaling strategy
-
implicit
def
default: Signaler
Implicit
Signaler
value defining a default signaling strategy for thefailAfter
andcancelAfter
method of trait org.scalatest.concurrent.TimeLimits.Implicit
Signaler
value defining a default signaling strategy for thefailAfter
andcancelAfter
method of trait org.scalatest.concurrent.TimeLimits.