algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
228 stars 50 forks source link

Add a test for the locking mechanism #190

Closed raphj closed 4 years ago

raphj commented 4 years ago

A locking mechanism has been added to preview generator to avoid generating the same previews several times when accessing a file several times at the same moment. See #187.