Searched defs:AsyncJobQueue (Results 1 – 4 of 4) sorted by relevance
19 pub struct AsyncJobQueue { struct24 impl AsyncJobQueue { argument26 pub fn init(event_loop: &EventLoop) -> Result<Arc<AsyncJobQueue>> { in init()44 impl EventHandler for AsyncJobQueue { implementation
149 job_queue: Arc<AsyncJobQueue>, in new()
54 job_queue: Arc<AsyncJobQueue>, in new()
678 job_queue: &Arc<AsyncJobQueue>, in submit_transfer()