aiorwlock 0.4.0
Major release
Changes
- Added support for Python 3.5 (including
async with
statements) - Renamed
.reader_lock
->.reader
,.writer_lock
->.writer
. Backward compatibility is preserved.
Major release
async with
statements).reader_lock
-> .reader
, .writer_lock
-> .writer
. Backward compatibility is preserved.