mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-28 20:01:21 -07:00
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:
parent
ceb60ffcc6
commit
bafe796eeb
2 changed files with 54 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue