Lines Matching refs:handle
30 let handle = ylong_runtime::spawn(async move { in sdv_unbounded_send_recv_test() localVariable
38 let _ = ylong_runtime::block_on(handle); in sdv_unbounded_send_recv_test()
66 let handle = ylong_runtime::spawn(async move { in sdv_unbounded_send_recv_timeout_test() localVariable
74 let _ = ylong_runtime::block_on(handle); in sdv_unbounded_send_recv_timeout_test()
86 let handle = ylong_runtime::spawn(async move { in sdv_bounded_send_recv_test() localVariable
96 let _ = ylong_runtime::block_on(handle); in sdv_bounded_send_recv_test()
129 let handle = ylong_runtime::spawn(async move { in sdv_bounded_send_timeout_recv_timeout_test() localVariable
138 let _ = ylong_runtime::block_on(handle); in sdv_bounded_send_timeout_recv_timeout_test()
245 let handle = ylong_runtime::spawn(async move { in sdv_multi_send_recv_test() localVariable
254 let _ = ylong_runtime::block_on(handle); in sdv_multi_send_recv_test()
265 let handle = ylong_runtime::spawn(async move { in sdv_multi_send_recv_test() localVariable
274 let _ = ylong_runtime::block_on(handle); in sdv_multi_send_recv_test()