Where can I find information (books, papers, tutorials) on how concurrency primitives are usually implemented? I’m mostly interested in the implementation of inter-process communication, or message-passing (both synchronous and asynchronous): send, receive, select etc.
Where can I find information (books, papers, tutorials) on how concurrency primitives are usually
Share
Where to look depends on the level of abstraction you interested in.
Books I’ve know which touch this topic, by level of abstraction: