org.atnos.eff.FutureCreation
See theFutureCreation companion trait
object FutureCreation extends FutureCreation
Attributes
- Companion
- trait
- Source
- FutureCreation.scala
- Graph
-
- Supertypes
- Self type
-
FutureCreation.type
Members list
Type members
Inherited types
Attributes
- Inherited from:
- FutureTypes
- Source
- FutureTypes.scala
Attributes
- Inherited from:
- FutureTypes
- Source
- FutureTypes.scala
Value members
Inherited methods
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
final def fromFutureWithExecutors[R : _future, A](c: (Scheduler, ExecutionContext) => Future[A], timeout: Option[FiniteDuration]): Eff[R, A]
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
final def futureFork[R : _future, A](a: => A, ec: ExecutionContext, timeout: Option[FiniteDuration]): Eff[R, A]
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
def retryUntil[R : _future, A](e: Eff[R, A], condition: A => Boolean, durations: List[FiniteDuration]): Eff[R, A]
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
Attributes
- Inherited from:
- FutureCreation
- Source
- FutureCreation.scala
In this article