API Support for Concurrent Export
1 April 2023
New
PhotoInfo.export()
andPhotoExporter.export()
now support exporting in concurrent threads on Python 3.11+. This applies only to the API. Theosxphotos export
CLI does not yet support concurrent export. See #999.
See example code in concurrent_export.py.
Contributors
- @RhetTbull for code changes.
- @eecue for testing and helping to pinpoint the issue.