reactor: Add support for greenlets

Add support for greenlets - a mechanism for tasks that can pause while
still allowing regular reactor events to occur.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2016-11-15 19:56:27 -05:00
parent ceb60ffcc6
commit bafe796eeb
2 changed files with 54 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ regular "pi" user:
```
virtualenv ~/klippy-env
~/klippy-env/bin/pip install cffi==1.6.0 pyserial==2.7
~/klippy-env/bin/pip install cffi==1.6.0 pyserial==2.7 greenlet==0.4.10
```
Building Klipper