object DoNotInterrupt extends Interruptor
Interruption strategy in which nothing is done to try and interrupt an operation.
This object can be used for configuration when using traits Timeouts
and TimeLimitedTests
.
- Source
- DoNotInterrupt.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DoNotInterrupt
- Interruptor
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
andThen[A](g: (Unit) ⇒ A): (Thread) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(testThread: Thread): Unit
Does nothing.
Does nothing.
- testThread
unused by this strategy
- Definition Classes
- DoNotInterrupt → Interruptor → Function1
-
def
compose[A](g: (A) ⇒ Thread): (A) ⇒ Unit
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any