Searched refs:pending_send1 (Results 1 – 1 of 1) sorted by relevance
440 let pending_send1 = in test_sequential_indications() localVariable469 assert!(matches!(pending_send1.await.unwrap(), Ok(()))); in test_sequential_indications()481 let pending_send1 = in test_queued_indications_only_one_sent() localVariable494 assert!(!pending_send1.is_finished()); in test_queued_indications_only_one_sent()506 let pending_send1 = in test_queued_indications_dequeue_second() localVariable526 assert!(matches!(pending_send1.await.unwrap(), Ok(()))); in test_queued_indications_dequeue_second()542 let pending_send1 = in test_queued_indications_complete_both() localVariable565 assert!(matches!(pending_send1.await.unwrap(), Ok(()))); in test_queued_indications_complete_both()