Expand description
Multi - initiating multiple requests simultaneously
Structs§
- Easy2
Handle - Wrapper around an easy handle while it’s owned by a multi handle.
- Easy
Handle - Wrapper around an easy handle while it’s owned by a multi handle.
- Events
- Notification of the events that have happened on a socket.
- Message
- Message from the
messages
function of a multi handle. - Multi
- A multi handle for initiating multiple connections simultaneously.
- Multi
Waker - A handle that can be used to wake up a thread that’s blocked in Multi::poll. The handle can be passed to and used from any thread.
- Socket
Events - Notification of events that are requested on a socket.
- WaitFd
- File descriptor to wait on for use with the
wait
method on a multi handle.
Type Aliases§
- Socket
- Raw underlying socket type that the multi handles use