Skip to content

aiorwlock 0.5.0

Compare
Choose a tag to compare
@asvetlov asvetlov released this 03 Dec 10:26
· 440 commits to master since this release

Changes

  • Fix corner cases and deadlock when we upgrade lock from write to
    read #39

  • Use loop.create_future instead asyncio.Future if possible