Schedule a task to be run next time the scheduler yields
Behave similarly to spawn, but instead of running the task immediately, it simply adds it to the queue and continue executing the current task.
Operation to run
See Implementation
Schedule a task to be run next time the scheduler yields
Behave similarly to spawn, but instead of running the task immediately, it simply adds it to the queue and continue executing the current task.