Searched refs:idle_sender (Results 1 – 1 of 1) sorted by relevance
447 let (idle_sender, idle_receiver) = sync_channel::<i32>(5); in test_async_task_multiple_idle()455 let idle_sender = idle_sender.clone(); in test_async_task_multiple_idle() localVariable457 idle_sender.send(i).unwrap(); in test_async_task_multiple_idle()480 let (idle_sender, idle_receiver) = sync_channel::<i32>(100); in test_async_task_idle_queues_job()488 idle_sender.send(*i).unwrap(); in test_async_task_idle_queues_job()514 let (idle_sender, idle_receiver) = sync_channel::<()>(3); in test_async_task_idle_panic()517 idle_sender.send(()).unwrap(); in test_async_task_idle_panic()