Provides a Futuristic
value for Future[V]
for any type V
that performs cleanup using the
implicitly provided execution context.
Provides a Futuristic
value for Future[V]
for any type V
that performs cleanup using the
implicitly provided execution context.
an execution context that provides a strategy for executing the cleanup function
a Futuristic
instance for Future[V]
Provides a Futuristic
value for FutureOutcome
that performs cleanup using the
implicitly provided execution context.
Provides a Futuristic
value for FutureOutcome
that performs cleanup using the
implicitly provided execution context.
an execution context that provides a strategy for executing the cleanup function
a Futuristic
instance for FutureOutcome
Companion object for trait
Futuristic
that contains implicitFuturistic
providers forFutureOutcome
andFuture[T]
for any typeT
.