Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Draw.rs235 pub(crate) struct TaskMngInfo<T: Future, S: Schedule> { struct
237 header: Header,
238 inner: Inner<T, S>,
388 impl<T, S> TaskMngInfo<T, S> implementation