Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dtask_cancel.rs67 struct TestFuture { struct
71 impl Future for TestFuture { implementation
Djoin_set.rs45 struct TestFuture { struct
49 impl Future for TestFuture { argument
Dblock_on.rs288 pub struct TestFuture { struct
293 pub fn create_new() -> TestFuture { in create_new() argument
300 impl Future for TestFuture { implementation
Dsync.rs30 pub struct TestFuture { struct
35 pub fn create_new(t: usize) -> TestFuture { in create_new()
39 impl Future for TestFuture { implementation
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dasync_pool.rs552 pub struct TestFuture { struct
553 value: usize,
554 total: usize,
564 impl Future for TestFuture { implementation
Dqueue.rs566 pub struct TestFuture { struct
567 value: usize,
568 total: usize,
578 impl Future for TestFuture { implementation