References
C++ Concurrency in Action, Anthony Williams, Manning Publications
Lockfree data structures: http://www.boost.org/libs/lockfree
A proposal to add coroutines to the C++ standard library (Revision 1), Oliver Kowalke and Nat Goodspeed: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3985.pdf
Lock-Free Programming, Herb Sutter: https://youtu.be/c1gO9aB9nbs
atomic<> Weapons (video), Herb Sutter: