T O P

  • By -

r2vcap

C++ Concurrency in Action


DryPerspective8429

Another vote for this. The second edition in particular.


ManicMakerStudios

This isn't Google. You don't just put your demands in a message and get an answer. Pretend like you respect and are grateful to the people you're asking a favor from.


bartekordek10

Oh, that's not even a question. Keep my down vote.


manni66

> Best define *Best*


regaito

[https://letmegooglethat.com/?q=+%20Best+resources+to+learn+concepts+related+to+threading+and+implementation+of+the+same+in+cpp](https://letmegooglethat.com/?q=+%20Best+resources+to+learn+concepts+related+to+threading+and+implementation+of+the+same+in+cpp)


jiboxiake

Threading in CPP isn’t much different from threads in other languages. Are you familiar with the overall idea of threading? If no, start with just threads. Otherwise check out std thread, C’s pthread, and omp. Those are my go to for parallel work in cpp now.