mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
In order to support nesting a tokio reactor within another event system exposing the file descriptor for the underlying reactor is useful and is already implemented for mio::Poll. Signed-off-by: Paul Osborne <[email protected]>