core-admin/qubes/api
Marek Marczykowski-Górecki 6170edb291
storage: allow import_data and import_data_end be coroutines
On some storage pools this operation can also be time consuming - for
example require creating temporary volume, and volume.create() already
can be a coroutine.
This is also requirement for making common code used by start()/create()
etc be a coroutine, otherwise neither of them can be and will block
other operations.

Related to QubesOS/qubes-issues#4283
2018-10-23 16:53:35 +02:00
..
__init__.py Fix issues found by pylint 2.0 2018-07-15 23:51:15 +02:00
admin.py storage: allow import_data and import_data_end be coroutines 2018-10-23 16:53:35 +02:00
internal.py storage: allow import_data and import_data_end be coroutines 2018-10-23 16:53:35 +02:00
misc.py Update windows-related feature requests 2018-07-16 22:02:58 +02:00