Packages

class SelectorSignaler extends Signaler

Strategy for signaling 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 TimeLimits and TimeLimitedTests.

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

Instance Constructors

  1. new SelectorSignaler(selector: Selector)

Value Members

  1. 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
    SelectorSignalerSignaler