Retrieve a Task’s Results
Learn to use Task.async, which has the property to return a struct containing the executed task’s result.
We'll cover the following...
The Task.async/1
task
To retrieve the result of a ...