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.
a new default stopper
Companion object to Stopper that holds a factory method that produces a new
Stopper
whosestopRequested
method returns false until after itsrequestStop
has been invoked.