Expand description
Ipc — a private, same-user, local-only session endpoint.
Structs§
Enums§
Traits§
- Ipc
- A private, same-user, local-only session endpoint.
- IpcListener
- Accepting is a method on the listener rather than the adapter, because a named-pipe server must create the next instance as part of accepting the current one — there is state to carry that a stateless call cannot.