Lines Matching refs:LocalPool
2 use futures::executor::LocalPool;
32 let mut pool = LocalPool::new(); in run_until_single_future()
44 let mut pool = LocalPool::new(); in run_until_ignores_spawned()
53 let mut pool = LocalPool::new(); in run_until_executes_spawned()
63 let mut pool = LocalPool::new(); in run_returns_if_empty()
73 let mut pool = LocalPool::new(); in run_executes_spawned()
95 let mut pool = LocalPool::new(); in run_spawn_many()
112 let mut pool = LocalPool::new(); in try_run_one_returns_if_empty()
122 let mut pool = LocalPool::new(); in try_run_one_executes_one_ready()
150 let mut pool = LocalPool::new(); in try_run_one_returns_on_no_progress()
182 let mut pool = LocalPool::new(); in try_run_one_runs_sub_futures()
205 let mut pool = LocalPool::new(); in run_until_stalled_returns_if_empty()
212 let mut pool = LocalPool::new(); in run_until_stalled_returns_multiple_times()
229 let mut pool = LocalPool::new(); in run_until_stalled_runs_spawned_sub_futures()
257 let mut pool = LocalPool::new(); in run_until_stalled_executes_all_ready()
281 let mut pool = LocalPool::new(); in nesting_run()
285 let mut pool = LocalPool::new(); in nesting_run()
295 let mut pool = LocalPool::new(); in nesting_run_run_until_stalled()
299 let mut pool = LocalPool::new(); in nesting_run_run_until_stalled()
342 let mut pool = LocalPool::new(); in tasks_are_scheduled_fairly()