![]() |
Audacity 3.2.0
|
#include <mutex>#include <condition_variable>#include <memory>#include <vector>#include <thread>#include "ipc-types.h"#include "IPCChannel.h"Go to the source code of this file.
Classes | |
| class | BufferedIPCChannel |
| Socket-based implementation of IPCChannel that uses intermediate buffer for data exchange between client and server. More... | |