futureExtension
org.atnos.eff.syntax.future.futureExtension
object futureExtension
Attributes
- Source
- future.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
futureExtension.type
Members list
Extensions
Extensions
extension [R, A](e: Eff[R, A])
Attributes
- Source
- future.scala
Attributes
- Source
- future.scala
def retryUntil(condition: A => Boolean, durations: List[FiniteDuration])(using MemberIn[TimedFuture, R]): Eff[R, A]
Attributes
- Source
- future.scala
def runAsync(using scheduler: Scheduler, exc: ExecutionContext, m: Aux[TimedFuture, R, NoFx]): Future[A]
Attributes
- Source
- future.scala
Attributes
- Source
- future.scala
Attributes
- Source
- future.scala
Attributes
- Source
- future.scala
In this article