Home
last modified time | relevance | path

Searched refs:_TaskFN (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py51 _TaskFN = Callable[[], Awaitable[None]] # aka ``async def func() -> None`` variable
858 async def _bh_loop_forever(self, async_fn: _TaskFN, name: str) -> None: argument