FutureOps
org.atnos.eff.syntax.FutureOps
Attributes
- Source
- future.scala
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Source
- future.scala
Attributes
- Source
- future.scala
def retryUntil(condition: A => Boolean, durations: List[FiniteDuration])(implicit future: MemberIn[TimedFuture, R]): Eff[R, A]
Attributes
- Source
- future.scala
def runAsync(implicit scheduler: Scheduler, exc: ExecutionContext, m: Aux[TimedFuture, R, NoFx]): Future[A]
Attributes
- Source
- future.scala
def runAsyncOn(executorServices: ExecutorServices)(implicit m: Aux[TimedFuture, R, NoFx]): Future[A]
Attributes
- Source
- future.scala
def runSequential(implicit scheduler: Scheduler, exc: ExecutionContext, m: Aux[TimedFuture, R, NoFx]): Future[A]
Attributes
- Source
- future.scala
def runSequentialOn(executorServices: ExecutorServices)(implicit m: Aux[TimedFuture, R, NoFx]): Future[A]
Attributes
- Source
- future.scala
In this article