Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
Dchannel.rs27 fn new(chan: C) -> Channel<C> { in new()
35 pub(crate) fn channel<C: Container>(chan: C) -> (Tx<C>, Rx<C>) { in channel()
54 fn new(channel: Arc<Channel<C>>) -> Tx<C> { in new()
82 fn new(channel: Arc<Channel<C>>) -> Rx<C> { in new()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/
Dcore.rs76 consumer: &C, in recur()
128 consumer: &C, in spawn_task()
153 consumer: &C, in recur_ffrt()
190 consumer: &C, in spawn_task_ffrt()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
Dmod.rs111 consumer: C, in drive()