Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dtest.rs27 let start_handler = move |_| { in start_callback_called() localVariable
81 let start_handler = move |_| { in handler_panics_handled_correctly() localVariable
141 let start_handler = move |_| {}; in configuration() localVariable
Dlib.rs135 start_handler: Option<Box<StartHandler>>, field
534 pub fn start_handler<H>(mut self, start_handler: H) -> Self in start_handler() method
613 pub fn start_handler<H>(mut self, start_handler: H) -> Configuration in start_handler() method
701 let start_handler = start_handler.as_ref().map(|_| ClosurePlaceholder); in fmt() localVariable
Dregistry.rs140 start_handler: Option<Box<StartHandler>>, field