jeudi 27 octobre 2016

fork-like thread in C++11

I have similar requirements with this SO question: fork-like stack copying threads in C++ . That is:

  1. Stack copying variables.
  2. Continue the parent execution point.
  3. 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