referrerpolicy=no-referrer-when-downgrade

Function polkadot_node_subsystem::gen::futures::task::waker

pub fn waker<W>(wake: Arc<W>) -> Waker
where W: ArcWake + 'static,
Expand description

Creates a Waker from an Arc<impl ArcWake>.

The returned Waker will call ArcWake.wake() if awoken.