org.scalatest.concurrent
Strategy for interrupting an operation in which interrupt is called on the Thread passed to apply.
interrupt
Thread
apply
This object can be used for configuration when using traits Timeouts and TimeLimitedTests.
Timeouts
TimeLimitedTests
Please use org.scalatest.concurrent.Signaler instead.
Invokes interrupt on the passed Thread.
the Thread to interrupt
Strategy for interrupting an operation in which
interrupt
is called on theThread
passed toapply
.This object can be used for configuration when using traits
Timeouts
andTimeLimitedTests
.Please use org.scalatest.concurrent.Signaler instead.