I have similar requirements with this SO question: fork-like stack copying threads in C++ . That is:
- Stack copying variables.
- Continue the parent execution point.
- Cross platforms/systems.
Intel's TBB clearly violate the third requirement. Is it possible to reach my goal with standard C++11 or proper third-party libraries(e.g. Boost)?
Aucun commentaire:
Enregistrer un commentaire