Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tform): restrict sort file creation check to main thread
Restrict the sort file creation check at startup to the main thread in TFORM. This change prevents unnecessary checks and potential race conditions caused by multiple threads. Close #602.
- Loading branch information