InterruptAction

izumi.functional.bio.UnsafeRun2$.InterruptAction
final case class InterruptAction[F[_, _]](interrupt: F[Nothing, Unit]) extends AnyVal

Attributes

interrupt

May semantically block until the target computation either finishes completely or finishes running its finalizers, depending on the underlying effect type.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product