object Stopper
Companion object to Stopper that holds a factory method that produces a new Stopper
whose
stopRequested
method returns false until after its requestStop
has been
invoked.
- Source
- Stopper.scala
- Alphabetic
- By Inheritance
- Stopper
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def default: Stopper
Factory method that produces a new
Stopper
whosestopRequested
method returns false until after itsrequestStop
has been invoked.Factory method that produces a new
Stopper
whosestopRequested
method returns false until after itsrequestStop
has been invoked.The
Stopper
returned by this method can be safely used by multiple threads concurrently.- returns
a new default stopper