Promise

dev.tauri.choam.async.Promise
See thePromise companion trait
object Promise

Attributes

Companion
trait
Source
Promise.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Promise.type

Members list

Type members

Classlikes

object Complete

Attributes

Companion
trait
Source
Promise.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Complete.type
sealed trait Complete[-A]

Attributes

Companion
object
Source
Promise.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Promise[A]
Self type
object Get

Attributes

Companion
trait
Source
Promise.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Get.type
sealed trait Get[+A]

Attributes

Companion
object
Source
Promise.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Promise[A]
Self type
Get[A]

Value members

Concrete methods

final def apply[A]: Rxn[Promise[A]]

Attributes

Source
Promise.scala
final def apply[A](str: AllocationStrategy): Rxn[Promise[A]]

Attributes

Source
Promise.scala

Implicits

Implicits

Attributes

Source
Promise.scala