Skip to content

0.1.1 - Fixes & Channel.get_first

Compare
Choose a tag to compare
@ZechCodes ZechCodes released this 04 Dec 14:04
· 64 commits to main since this release
e64d84c
  • Fixes a bug where sleep would raise a SystemError when stopping a thread
  • Improves how thread groups are shut down
  • Improves how exceptions are propagated out of thread groups and into the calling thread
  • Implement a select mechanism using the Channel.get_first class method