com.ossuminc.riddl.utils.Interrupt
See theInterrupt companion object
Attributes
- Companion
- object
- Source
- Interrupt.scala
- Graph
-
- Supertypes
Members list
Type members
Classlikes
Attributes
- Source
- Interrupt.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
This is the signal to cancel the execution of the logic.
This is the signal to cancel the execution of the logic. Returns whether the cancellation signal was successfully issued or not.
Attributes
- Definition Classes
- Source
- Interrupt.scala
Attributes
- Source
- Interrupt.scala
Executes the supplied block of code and returns the result.
Executes the supplied block of code and returns the result. Throws CancellationException if the block was interrupted.
Attributes
- Source
- Interrupt.scala
Attributes
- Source
- Interrupt.scala
Inherited methods
In this article