Module std::rt::rtio

The EventLoop and internal synchronous I/O interface. The EventLoop and internal synchronous I/O interface.

Structs

FileOpenConfig

Data needed to make a successful open(2) call Using unix flag conventions for now, which happens to also be what's supported libuv (it does translation to windows under the hood).

Traits

EventLoop
IoFactory
RemoteCallback
RtioFileStream
RtioPipe
RtioProcess
RtioSocket
RtioTcpAcceptor
RtioTcpListener
RtioTcpStream
RtioTimer
RtioUdpSocket

Type Definitions

EventLoopObject
IoFactoryObject
PausibleIdleCallback
RemoteCallbackObject
RtioPipeObject
RtioProcessObject
RtioTcpAcceptorObject
RtioTcpListenerObject
RtioTcpStreamObject
RtioTimerObject
RtioUdpSocketObject
RtioUnboundPipeObject