Module notifiers

Module notifiers 

Source

Structs§

FileWritingNotifier
Monitor files which are being written to.

Statics§

ACTIVELY_WRITING 🔒

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.