mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
executor: fix build (#825)
Two unrelated PRs to the same file resulted in a broken build. This patch fixes the build by including `Arc`.
This commit is contained in:
committed by
Sean McArthur
parent
f0bdf1980c
commit
cbecb87797
@@ -46,6 +46,7 @@
|
|||||||
|
|
||||||
use std::marker::PhantomData;
|
use std::marker::PhantomData;
|
||||||
use std::rc::Rc;
|
use std::rc::Rc;
|
||||||
|
use std::sync::Arc;
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
||||||
use crossbeam_utils::sync::{Parker, Unparker};
|
use crossbeam_utils::sync::{Parker, Unparker};
|
||||||
|
|||||||
Reference in New Issue
Block a user