Releases: gleero/python-threadsafe-async
Releases · gleero/python-threadsafe-async
Release 0.2.0
- Add
close()
method support to the channel;
- Disallow sending
None
objects to the channel;
- Add more unit tests.
v0.1.2
- Fix typing extension for Python 3.8 and 3.9
- Fix tests
- Fix race conditional in Channel for many-to-many case