The series continue.
C++ coroutines: The initial and final suspend, and improving our return_value method
by Raymond Chen
From the article:
Last time, we had a basic implementation of a promise type but left with the question of what the initial_suspend and final_suspend are for...
Add a Comment
Comments are closed.