I would like to do my own preemptive multitasking within a single-threaded application.

When a timer fires, I'd like to:
1. suspend the current computation
2. put it on the back of a work queue
3. resume the lambda on the top of the work queue.

Will Parrot facilitate this?  Thank you for insight into my muddlement.



Reply via email to