-
Kirill Smelkov authored
Previously if an assert or something failed in spawned thread, the main thread was usually spinning indefinitely = tests hang. -> Switch all threading places to use sync.WorkGroup and this way if a thread fails, all other threads are canceled and the exception is reported back to wg.wait in main thread.
7ecb8f14
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
tests | ||
__init__.py | ||
array_ram.py | ||
array_zodb.py |