|
|
|
|
|
by wahern
3385 days ago
|
|
There is some hope that we will have the best of both
worlds, stackful coruoutine semantics plus annotations to
opt in to the stackless coroutines optimization.
That would be pretty amazing. Are there proposals or committee discussions you could link to? If C++ got stackful coroutines I might finally make the switch from C. |
|
call/cc is the basic mechanism - useful to implement stackful coroutines and fibers (cooperative multi-tasking)