class Tasker::Future(R)
- Tasker::Future(R)
- Future::Compute(R)
- Reference
- Object
Defined in:
tasker/future.crConstructors
Instance Method Summary
-
#cancel(msg)
We'll force the state into canceled as we use this to prevent rescheduling
-
#state
The future is holding the state for our scheduled task
-
#trigger
As we are controlling the delay we need direct access to run_compute
-
#wait_complete
We also want direct access to wait without grabbing the computed response