mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
reactor: turn bench-poll into a proper benchmark (#662)
This commit is contained in:
committed by
Carl Lerche
parent
46353737e7
commit
331a88cee6
@@ -1,8 +1,6 @@
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-reactor/0.1.5")]
|
||||
#![deny(missing_docs, warnings, missing_debug_implementations)]
|
||||
#![cfg_attr(feature = "async-await-preview", feature(
|
||||
pin,
|
||||
))]
|
||||
#![cfg_attr(feature = "async-await-preview", feature(pin))]
|
||||
|
||||
//! Event loop that drives Tokio I/O resources.
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user