mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-19 17:13:10 -04:00
Buffer: delete support for multiple threads Thread-local objects are a fairly complex footgun, so avoid them in the first place. When a Compressor uses a Buffer (for example), just create multiple Compressor instances for each thread, owned by each thread. Minimize multiple ownership of objects across threads if at all possible! |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| checks.py | ||
| datastruct.py | ||
| errors.py | ||
| fs.py | ||
| manifest.py | ||
| misc.py | ||
| msgpack.py | ||
| parseformat.py | ||
| process.py | ||
| progress.py | ||
| time.py | ||
| usergroup.py | ||
| yes.py | ||