Skip to content

Source code for a presentation I gave at PyCon AU 2017

Notifications You must be signed in to change notification settings

grgsrs/asyncio_test

Repository files navigation

asyncio_test

This repository contains source code for a presentation I gave at PyCon AU 2017 called "A Really Gentle Introduction to Asyncio." A video of the presentation is available at: http://youtu.be/3mb9jFAHRfw

Requirements

The demo was developed with:

To run the tests

cd asyncio_test/tests
PYTHONPATH=.. py.test

Changes

I neglected to properly clean up the ATM subprocess in the original code, causing the demo to fail intermittently and, embarassingly, during my presentation. I've fixed this now.

About

Source code for a presentation I gave at PyCon AU 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published