Skip to content

Add Port object

Pre-release
Pre-release
Compare
Choose a tag to compare
@samuell samuell released this 11 Feb 16:40
· 1 commit to master since this release

This is a very small change, adding a Port object (subclassing asyncio.Queue), so that the user don't need to import the asyncio library at all, thus making user code cleaner.