Skip to main content

Module io

Module io 

Available on wayland_platform only.
Expand description

Adapters for async IO objects

This module mainly hosts the Async adapter for making IO objects async with readiness monitoring backed by an EventLoop. See LoopHandle::adapt_io for how to create them.

Structsยง

Async
Adapter for async IO manipulations
Readable
A future that resolves once the associated object becomes ready for reading
Writable
A future that resolves once the associated object becomes ready for writing