Module io
Available on crate feature
wayland and Linux 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.