Packages

class SelectorInterruptor extends Interruptor

Strategy for interrupting an operation in which wakeup is called on the java.nio.channels.Selector passed to the constructor.

This class can be used for configuration when using traits Timeouts and TimeLimitedTests.

Annotations
@deprecated
Deprecated

Please use org.scalatest.concurrent.Signaler instead.

Source
SelectorInterruptor.scala
Linear Supertypes
Interruptor, (Thread) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SelectorInterruptor
  2. Interruptor
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SelectorInterruptor(selector: Selector)

Value Members

  1. def andThen[A](g: (Unit) ⇒ A): (Thread) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(testThread: Thread): Unit

    Invokes wakeup on the java.nio.channels.Selector passed to this class's constructor.

    Invokes wakeup on the java.nio.channels.Selector passed to this class's constructor.

    testThread

    unused by this strategy

    Definition Classes
    SelectorInterruptorInterruptor → Function1
  3. def compose[A](g: (A) ⇒ Thread): (A) ⇒ Unit
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any