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 { implementation
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.rs558 pub struct TestFuture { struct
559 value: usize,
560 total: usize,
570 impl Future for TestFuture { implementation
Dqueue.rs564 pub struct TestFuture { struct
565 value: usize,
566 total: usize,
576 impl Future for TestFuture { implementation