Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Draw.rs283 pub(crate) struct TaskMngInfo<T: Future, S: Schedule> { struct
285 header: Header,
286 inner: Inner<T, S>,
437 impl<T, S> TaskMngInfo<T, S> impl