Home
last modified time | relevance | path

Searched refs:NoopWaker (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dfuture.rs24 struct NoopWaker; in noop_waker() struct
26 impl Wake for NoopWaker { in noop_waker() implementation
30 Arc::new(NoopWaker).into() in noop_waker()