Fixed Race Condition in Parallel File Processing
We fixed a race condition that could occur when processing multiple files simultaneously in batch operations.
Whatβs Fixed
- Resolved timing conflicts between parallel conversion tasks.
- Fixed rare cases where files could complete out of order.
- Improved synchronization of worker threads.
- More predictable behavior during batch processing.
Why This Matters
Parallel processing improves speed, but requires careful coordination. This fix ensures stable and consistent results, even when converting multiple files at once.