Main process / subprocess communication protocol
Decode received data. Returns how many bytes should be read before calling this function again. H should implement handleMessage(M) overloads for every M in AllMessages.
Send a message from a subprocess to the main process.
See Source File
Main process / subprocess communication protocol