You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`UnixDomainSocket`|| Interface for unix domain sockets. |
125
-
|`MessageQueue`| Interface for Message Queues, see [ManPage mq_overview](https://www.man7.org/linux/man-pages/man7/mq_overview.7.html). |
126
-
|`NamedPipe`| Shared memory based IPC channel. Mainly a `UnixDomainSocket` replacement on Windows. |
125
+
|`MessageQueue`||Interface for Message Queues, see [ManPage mq_overview](https://www.man7.org/linux/man-pages/man7/mq_overview.7.html). |
126
+
|`NamedPipe`|i | Shared memory based IPC channel. Mainly a `UnixDomainSocket` replacement on Windows. |
127
127
|`PosixSharedMemoryObject`|| Creates and maps existing shared memory into the application. |
128
128
|`PosixMemoryMap`| i | Abstraction of `mmap`, `munmap` and helper class for the `PosixSharedMemoryObject`. |
129
129
|`PosixSharedMemory`| i | Abstraction of shared memory, see [ManPage shm_overview](https://www.man7.org/linux/man-pages/man7/shm_overview.7.html) and helper class for the `PosixSharedMemoryObject`. |
0 commit comments