Searched refs:idle_sender (Results 1 – 1 of 1) sorted by relevance
449 let (idle_sender, idle_receiver) = sync_channel::<i32>(5); in test_async_task_multiple_idle()457 let idle_sender = idle_sender.clone(); in test_async_task_multiple_idle() localVariable459 idle_sender.send(i).unwrap(); in test_async_task_multiple_idle()482 let (idle_sender, idle_receiver) = sync_channel::<i32>(100); in test_async_task_idle_queues_job()490 idle_sender.send(*i).unwrap(); in test_async_task_idle_queues_job()516 let (idle_sender, idle_receiver) = sync_channel::<()>(3); in test_async_task_idle_panic()519 idle_sender.send(()).unwrap(); in test_async_task_idle_panic()