In which I try to figure out how to pack and unpack bytes over an in-process pipe so that I can use it in some future message framing protocol for a worker pool. There will be a guest appearance by Fiber
to simplify the parsing of messages in a non-blocking manner. Continue reading