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
- Alphabetic
- By Inheritance
- SelectorSignaler
- Signaler
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- 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
- SelectorSignaler → Signaler