(future: asyncio.Future)
| 30 | |
| 31 | |
| 32 | async def wait_for_event(future: asyncio.Future) -> SessionEvent: |
| 33 | return await asyncio.wait_for(future, timeout=120) |
| 34 | |
| 35 | |
| 36 | async def pause(): |
no outgoing calls
no test coverage detected
searching dependent graphs…