Home
last modified time | relevance | path

Searched refs:first_task (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs485 let first_task = unsafe { Task::from_raw(list.pop_back()?) }; in pop_batch() localVariable
512 Some(first_task) in pop_batch()