0.1.1 - Fixes & Channel.get_first
- Fixes a bug where
sleep
would raise aSystemError
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