Searched refs:pending_send2 (Results 1 – 1 of 1) sorted by relevance
452 let pending_send2 = in test_sequential_indications() localVariable470 assert!(matches!(pending_send2.await.unwrap(), Ok(()))); in test_sequential_indications()486 let pending_send2 = spawn_local(conn.as_ref().send_indication( in test_queued_indications_only_one_sent() localVariable495 assert!(!pending_send2.is_finished()); in test_queued_indications_only_one_sent()511 let pending_send2 = spawn_local(conn.as_ref().send_indication( in test_queued_indications_dequeue_second() localVariable527 assert!(!pending_send2.is_finished()); in test_queued_indications_dequeue_second()547 let pending_send2 = spawn_local(conn.as_ref().send_indication( in test_queued_indications_complete_both() localVariable566 assert!(matches!(pending_send2.await.unwrap(), Ok(()))); in test_queued_indications_complete_both()