Home
last modified time | relevance | path

Searched defs:PinnedFutureSpawner (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio-util/src/task/
Dspawn_pinned.rs361 type PinnedFutureSpawner = Box<dyn FnOnce() + Send + 'static>; typedef
392 mut task_receiver: UnboundedReceiver<PinnedFutureSpawner>, in run()