Module multi

Source
Expand description

Multi - initiating multiple requests simultaneously

Structs§

Easy2Handle
Wrapper around an easy handle while it’s owned by a multi handle.
EasyHandle
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.
MultiWaker
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.
SocketEvents
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