Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/
Dmulti_thread_builder.rs45 pub(crate) stack_size_by_qos: HashMap<Qos, usize>, field
118 pub fn stack_size_by_qos(mut self, qos: Qos, stack_size: usize) -> Self { in stack_size_by_qos() method