Create a controller for tasks implementing the Future type for Async functionality
Rough Implementation
- The task will run on a timer
- The future will spin on another timer and yield to the user
- Once the task is complete, the future will have its value set.
- The future will stop spinning and present the result to the user
Create a controller for tasks implementing the Future type for Async functionality
Rough Implementation