unsafe

dev.tauri.choam.core.Rxn.unsafe
object unsafe

Attributes

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

Members list

Type members

Classlikes

sealed abstract class Ticket[A]

Attributes

Source
Rxn.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

final def exchanger[A, B]: Axn[Exchanger[A, B]]

Attributes

Source
Rxn.scala
final def forceValidate: Axn[Unit]

This is not unsafe by itself, but it is only useful if there are other unsafe things going on (validation is handled automatically otherwise).

This is not unsafe by itself, but it is only useful if there are other unsafe things going on (validation is handled automatically otherwise). This is why it is part of the unsafe API.

Attributes

Source
Rxn.scala
def retry[A, B]: Rxn[A, B]

Attributes

Source
Rxn.scala
def ticketRead[A](r: Ref[A]): Axn[Ticket[A]]

Attributes

Source
Rxn.scala