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()
227 block_on_locally(async { in test_regular_read_invoke()
232 spawn_local(async move { in test_regular_read_invoke()
254 block_on_locally(async { in test_regular_read_response()
259 let pending = spawn_local(async move { in test_regular_read_response()
302 block_on_locally(async { in test_write_request_invoke()
307 spawn_local(async move { in test_write_request_invoke()
336 block_on_locally(async { in test_write_request_response()
341 let pending = spawn_local(async move { in test_write_request_response()