dangerzone/dangerzone/isolation_provider
deeplow 1835756b45
Allow each conversion to have its own proc
If we increased the number of parallel conversions, we'd run into an
issue where the streams were getting mixed together. This was because
the Converter.proc was a single attribute. This breaks it down into a
local variable such that this mixup doesn't happen.
2024-02-06 19:42:41 +00:00
..
__init__.py Split isolation providers into their own .py files 2023-01-25 14:19:05 +00:00
base.py Allow each conversion to have its own proc 2024-02-06 19:42:41 +00:00
container.py Fix isolation provider tests 2024-02-06 19:42:41 +00:00
dummy.py Stream pages in containers: merge isolation providers 2024-02-06 19:42:33 +00:00
qubes.py Allow each conversion to have its own proc 2024-02-06 19:42:41 +00:00