Library of Assembled Shared Sources
|
A bidirectional pipe to send message back and forth between two processes. More...
#include <message_pipe.h>
A bidirectional pipe to send message back and forth between two processes.
On windows this is a named pipe, on linux this is a local socket with an abstract name.
Definition at line 63 of file message_pipe.h.