Packages

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
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Stopper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def default: Stopper

    Factory method that produces a new Stopper whose stopRequested method returns false until after its requestStop has been invoked.

    Factory method that produces a new Stopper whose stopRequested method returns false until after its requestStop has been invoked.

    The Stopper returned by this method can be safely used by multiple threads concurrently.

    returns

    a new default stopper