An interprocess or interthread pipe for sending tokens (one‐byte values) over.
Synopsis
Declared in <util/tokenpipe.h>
class TokenPipe;
Member Functions
Name |
Description |
|
Constructors |
|
Closes any pipe end that has not been moved out. |
Assignment operators |
|
Close and end of the pipe that hasn't been moved out. |
|
Take the read end of this pipe. This can only be called once, as the object will be moved out. |
|
Take the write end of this pipe. This should only be called once, as the object will be moved out. |