Module asyncio::local
[−]
[src]
Structs
| LocalDgram |
The datagram-oriented UNIX domain protocol. |
| LocalEndpoint |
The endpoint of UNIX domain socket. |
| LocalSeqPacket |
The seq-packet protocol. |
| LocalStream |
The stream-oriented UNIX domain protocol. |
Traits
| LocalProtocol |
A category of an local protocol. |
Functions
| connect_pair |
Returns a pair of connected UNIX domain sockets. |
Type Definitions
| LocalDgramEndpoint |
The datagram-oriented UNIX domain endpoint type. |
| LocalDgramSocket |
The datagram-oriented UNIX domain socket type. |
| LocalSeqPacketEndpoint |
The seq-packet endpoint type. |
| LocalSeqPacketListener |
The seq-packet listener type. |
| LocalSeqPacketSocket |
The seq-packet socket type. |
| LocalStreamEndpoint |
The stream-oriented UNIX domain endpoint type |
| LocalStreamListener |
The stream-oriented UNIX domain listener type. |
| LocalStreamSocket |
The stream-oriented UNIX domain socket type. |