Result Backend
Result backend is used to store and retrieve execution results of your tasks.
ResultBackend
get
async
Immediately try to retrieve execution result of task, returns Some(result) if result was stored, None otherwise.