WD Interview Question

How can threads exchange data between each other?

Interview Answer

Anonymous

May 28, 2020

I suggested the use of mutices to protect buffers in critical sections, but they were specifically looking for the "Mailbox" data structure.