qthreads icon indicating copy to clipboard operation
qthreads copied to clipboard

Support for Stackless Tasks

Open insertinterestingnamehere opened this issue 1 year ago • 0 comments

Not all tasks need or want an associated stack. We should have a programming model and interface that allows creating tasks that don't require context swaps for entry/exit.