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
- Alphabetic
- By Inheritance
- SelectorInterruptor
- Interruptor
- Function1
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SelectorInterruptor(selector: Selector)
Value Members
-
def
andThen[A](g: (Unit) ⇒ A): (Thread) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(testThread: Thread): Unit
Invokes
wakeup
on thejava.nio.channels.Selector
passed to this class's constructor.Invokes
wakeup
on thejava.nio.channels.Selector
passed to this class's constructor.- testThread
unused by this strategy
- Definition Classes
- SelectorInterruptor → Interruptor → Function1
-
def
compose[A](g: (A) ⇒ Thread): (A) ⇒ Unit
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any