extensions
de.rmgk.delay$.extensions$
object extensions
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- extensions.type
Members list
Concise view
Extensions
Extensions
extension [Ctx, A](async: Async[Ctx, A])
replaces the async execution with some other async execution in case fo an exception
replaces the async execution with some other async execution in case fo an exception
Attributes
Start the underlying computation and pass the result to cb.
Start the underlying computation and pass the result to cb.
Attributes
Start the underlying computation immediately. The result is cached and can be accessed as Async
Start the underlying computation immediately. The result is cached and can be accessed as Async
Attributes
Start the underlying computation immediately. Return a Future of the result.
Start the underlying computation immediately. Return a Future of the result.