FutureInterpretation

Companion:
class
class Object
trait Matchable
class Any

Type members

Inherited types

type _Future[R] = Member[TimedFuture, R]
Inherited from:
FutureTypes
Inherited from:
FutureTypes

Value members

Inherited methods

final def futureAttempt[R, A](e: Eff[R, A])(implicit future: MemberInOut[TimedFuture, R]): Eff[R, Either[Throwable, A]]
Inherited from:
FutureInterpretation
def runAsync[R, A](e: Eff[R, A])(implicit es: ExecutorServices, m: Aux[TimedFuture, R, NoFx]): Future[A]
Inherited from:
FutureInterpretation
def runSequential[R, A](e: Eff[R, A])(implicit es: ExecutorServices, m: Aux[TimedFuture, R, NoFx]): Future[A]
Inherited from:
FutureInterpretation