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 { argument
Dblock_on.rs279 pub struct TestFuture { struct
284 pub fn create_new() -> TestFuture { in create_new() argument
291 impl Future for TestFuture { implementation
Djoin_set.rs45 struct TestFuture { struct
49 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.rs626 pub struct TestFuture { struct
627 value: usize,
628 total: usize,
638 impl Future for TestFuture { implementation
Dqueue.rs584 pub struct TestFuture { struct
585 value: usize,
586 total: usize,
596 impl Future for TestFuture { implementation