Feature Request
Please add support for async read and write file locks. This will allow integrating filelock into modern Python applications that use async/await, such as those built on asyncio.
Motivation
- Enable non-blocking file locking in async applications
- Allow better concurrency in async workflows
Related
- Existing
ReadWriteLock class only supports synchronous usage
Thank you for considering this feature!
Feature Request
Please add support for async read and write file locks. This will allow integrating
filelockinto modern Python applications that use async/await, such as those built onasyncio.Motivation
Related
ReadWriteLockclass only supports synchronous usageThank you for considering this feature!