Change log¶
Next feature release
- [Feature]: Added support for calling
aiotk.run_until_complete()to allow with pre-created asyncio.Task objects.
0.2.0 2016-09-15
- [Feature]: Adds
aiotk.TCPServer. - [Feature]: Adds
aiotk.handle_ctrlc().
0.1.0 2016-07-28
- [Feature]: Adds
aiotk.mock_subprocess(). - [Feature]: Adds
aiotk.monkey_patch(). - [Feature]: Adds
aiotk.UnixSocketServer. - [Feature]: Adds
aiotk.mempipe().