Searched refs:await (Results 1 – 4 of 4) sorted by relevance
177 p = await asyncio.create_subprocess_exec(180 out, _ = await p.communicate()189 p = await asyncio.create_subprocess_exec(192 _out, _ = await p.communicate()219 commits = await gather_commits(version)221 issues = await parse_issues(commits)227 results = await asyncio.gather(*[get_bug(session, i) for i in issues])241 content = await response.json()252 p = await asyncio.create_subprocess_exec('git', 'shortlog', f'mesa-{version}..',254 out, _ = await p.communicate()[all …]
62 out = await get_shortlog(version)70 out = await gather_commits(version)199 ids = await parse_issues('1234 not used')
63 handle.await.unwrap(); in close()141 let mut state = self.state.lock().await; in open()265 let mut state = self.state.lock().await; in close()268 state.close().await in close()277 if let State::Opened { ref callbacks, .. } = *self.state.lock().await { in coreInit()298 if let State::Opened { ref mut serial, .. } = &mut *self.state.lock().await { in sendUciMessage()
152 SyncAwait await; member