I don't quite understand how fork works
#25
|
After |
Replies: 2 comments 2 replies
|
I don't fully follow your question but I'll do my best to answer, please ask if you need more clarification:
It is the executing thread that resumes the child task.
In
Yes, you are wrong, the stolen continuation (of the parent) will resume after the |
|
According to the expansion of cppinsights in this example, invocation of |
Cpp reference says:
…