Lines Matching refs:async
99 async fn read( in read()
108 async fn write( in write()
128 async fn execute( in execute()
140 async fn read( in read()
148 async fn write( in write()
160 async fn read( in read()
175 async fn write( in write()
204 async fn execute(&self, _: TransportIndex, _: TransactionDecision) -> Result<(), AttErrorCode> { in execute()
231 block_on_locally(async { in test_regular_read_invoke()
236 spawn_local(async move { in test_regular_read_invoke()
258 block_on_locally(async { in test_regular_read_response()
263 let pending = spawn_local(async move { in test_regular_read_response()
310 block_on_locally(async { in test_write_request_invoke()
315 spawn_local(async move { in test_write_request_invoke()
344 block_on_locally(async { in test_write_request_response()
349 let pending = spawn_local(async move { in test_write_request_response()