Packages

o

org.scalatest.concurrent

ThreadSignaler

object ThreadSignaler extends Signaler

Strategy for signaling an operation in which interrupt is called on the Thread passed to apply.

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

Source
ThreadSignaler.scala
Linear Supertypes
Signaler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ThreadSignaler
  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

    Invokes interrupt on the passed Thread.

    Invokes interrupt on the passed Thread.

    testThread

    the Thread to interrupt

    Definition Classes
    ThreadSignalerSignaler