tokio/ui-tests/tests/ui/executor_without_current_thread.rs
Carl Lerche 9de7083be8
executor: move current-thread into crate (#1447)
The `CurrentThread` executor is exposed using a feature flag.

Refs: #1264
2019-08-15 09:52:25 -07:00

4 lines
60 B
Rust

use ui_tests::tokio_executor::current_thread;
fn main() {}