unsafe

dev.tauri.choam.core.Axn.unsafe
object unsafe

Attributes

Source
Axn.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
unsafe.type

Members list

Value members

Concrete methods

final def delay[A](da: => A): Axn[A]

Attributes

Source
Axn.scala
final def delayContext[A](uf: ThreadContext => A): Axn[A]

Attributes

Source
Axn.scala
final def suspend[A](daa: => Axn[A]): Axn[A]

Attributes

Source
Axn.scala
final def suspendContext[A](uf: ThreadContext => Axn[A]): Axn[A]

Attributes

Source
Axn.scala