Classes for inter-process communication.
| 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. |
| Return | Name | Description |
|---|---|---|
ipc::Queue< ipc::Action > | ActionQueue | |
ipc::SyncQueue< ipc::Action > | ActionSyncQueue |
ipc::Queue< ipc::Action > ActionQueue()ipc::SyncQueue< ipc::Action > ActionSyncQueue()