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

Value members

Concrete methods

def apply[F[_], A](implicit F: AsyncReactive[F]): Axn[Promise[F, A]]

Attributes

Source
Promise.scala
def forAsync[F[_], A](implicit rF: Reactive[F], F: Async[F]): Axn[Promise[F, A]]

Attributes

Source
Promise.scala

Implicits

Implicits

implicit def invariantFunctorForPromise[F[_]]: Invariant[[_] =>> Promise[F, _$12]]

Attributes

Source
Promise.scala