Open
Description
Would be nice to have support for asyncio so that we can do something like:
async with ILock("myLock") as myLock:
#code here gets executed once the lock is acquired
Would be nice if we are not blocking while waiting to receive the lock. Though I know it could be potentially challenging to implement this non-block.
Metadata
Metadata
Assignees
Labels
No labels