Structs§
- File
Writing Notifier - Monitor files which are being written to.
Statics§
Functions§
- actively_
writing_ add - Append path that is being written to.
- actively_
writing_ remove - Remove path to file that has finished writing and notify waiters.
- actively_
writing_ tick - Wait until the actively-writing queue is empty or a file has been removed.
- is_
actively_ writing_ to - Check if a file is being written to. Avoid thumbnail generation until after it is finished.