org.scalatest.concurrent
Strategy for interrupting an operation in which wakeup is called on the java.nio.channels.Selector passed to the constructor.
wakeup
java.nio.channels.Selector
This class can be used for configuration when using traits Timeouts and TimeLimitedTests.
Timeouts
TimeLimitedTests
Please use org.scalatest.concurrent.Signaler instead.
Invokes wakeup on the java.nio.channels.Selector passed to this class's constructor.
unused by this strategy
Strategy for interrupting an operation in which
wakeup
is called on thejava.nio.channels.Selector
passed to the constructor.This class can be used for configuration when using traits
Timeouts
andTimeLimitedTests
.Please use org.scalatest.concurrent.Signaler instead.