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])
Runs body after the asynchronous computation is finished.
Useful for running cleanup handlers.
Runs body after the asynchronous computation is finished.
Useful for running cleanup handlers.
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.