mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-06-11 19:03:21 +02:00
A number of small updates batched into one commit
This commit is contained in:
@ -256,7 +256,7 @@ where
|
||||
self.spawn_callsites.insert(metadata);
|
||||
&self.shared.dropped_tasks
|
||||
}
|
||||
(_, WakerVisitor::WAKE_TARGET) => {
|
||||
(_, WakerVisitor::WAKER_EVENT_TARGET) => {
|
||||
self.waker_callsites.insert(metadata);
|
||||
&self.shared.dropped_tasks
|
||||
}
|
||||
@ -419,6 +419,7 @@ where
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if self.poll_op_callsites.contains(metadata) {
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -369,7 +369,7 @@ impl Visit for AsyncOpVisitor {
|
||||
}
|
||||
|
||||
impl WakerVisitor {
|
||||
pub(crate) const WAKE_TARGET: &'static str = "executor::waker";
|
||||
pub(crate) const WAKER_EVENT_TARGET: &'static str = "executor::waker";
|
||||
|
||||
const WAKE: &'static str = "waker.wake";
|
||||
const WAKE_BY_REF: &'static str = "waker.wake_by_ref";
|
||||
|
Reference in New Issue
Block a user