Base module
ipc
Classes for inter-process communication.
ipc
Classes for inter-process communication.
Classes
| Name | Description |
|---|---|
Queue | IPC queue is for safely passing templated actions between threads and processes. |
SyncQueue | IPC synchronization queue is for passing templated actions between threads and the event loop we are synchronizing with. |
Action | Default action type for executing synchronized callbacks. |
Typedefs
| Return | Name | Description |
|---|---|---|
ipc::Queue< ipc::Action > | ActionQueue | |
ipc::SyncQueue< ipc::Action > | ActionSyncQueue |
ActionQueue
ipc::Queue< ipc::Action > ActionQueue()ActionSyncQueue
ipc::SyncQueue< ipc::Action > ActionSyncQueue()