Tento commit je obsažen v:
Marek Marczykowski-Górecki 2017-07-04 03:41:01 +02:00
rodič 8318038a73
revize ca63c71030
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 063938BA42CFA724

Zobrazit soubor

@ -149,8 +149,8 @@ Asynchronous event handling
Event handlers can be defined as coroutine. This way they can execute long Event handlers can be defined as coroutine. This way they can execute long
running actions without blocking the whole qubesd process. To define running actions without blocking the whole qubesd process. To define
asynchronous event handler, annotate a coroutine (a function defined with asynchronous event handler, annotate a coroutine (a function defined with
`async def`, or decorated with `py:func:`asyncio.coroutine`) with `async def`, or decorated with :py:func:`asyncio.coroutine`) with
py:func:`qubes.events.handler` decorator. By definition, order of :py:func:`qubes.events.handler` decorator. By definition, order of
such handlers is undefined. such handlers is undefined.
Asynchronous events can be fired using Asynchronous events can be fired using