SelectorSignaler

org.scalatest.concurrent.SelectorSignaler
See theSelectorSignaler companion object
class SelectorSignaler(selector: Selector) 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.

Attributes

Companion
object
Graph
Supertypes
trait Signaler
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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.

Value parameters

testThread

unused by this strategy

Attributes