Packages

object DoNotSignal extends Signaler

Signaling strategy in which nothing is done to try and signal or interrupt an operation.

This object can be used for configuration when using traits TimeLimits and TimeLimitedTests.

Source
DoNotSignal.scala
Linear Supertypes
Signaler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DoNotSignal
  2. Signaler
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(testThread: Thread): Unit

    Does nothing.

    Does nothing.

    testThread

    unused by this strategy

    Definition Classes
    DoNotSignalSignaler