Skip to content

Releases: gleero/python-threadsafe-async

Release 0.2.0

03 May 12:09
Compare
Choose a tag to compare
  • Add close() method support to the channel;
  • Disallow sending None objects to the channel;
  • Add more unit tests.

v0.1.2

19 Apr 19:10
Compare
Choose a tag to compare
  • Fix typing extension for Python 3.8 and 3.9
  • Fix tests
  • Fix race conditional in Channel for many-to-many case