mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
runtime: add owner id for tasks in OwnedTasks (#3979)
This commit is contained in:
@@ -71,7 +71,7 @@ struct Shared {
|
||||
worker_thread_index: usize,
|
||||
}
|
||||
|
||||
type Task = task::Notified<NoopSchedule>;
|
||||
type Task = task::UnownedTask<NoopSchedule>;
|
||||
|
||||
const KEEP_ALIVE: Duration = Duration::from_secs(10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user