supriya-project / supriya

A Python API for SuperCollider
http://supriya-project.github.io/supriya
MIT License
250 stars 29 forks source link

Protocols do not support async callbacks #405

Closed josephine-wolf-oberholtzer closed 2 months ago

josephine-wolf-oberholtzer commented 2 months ago

Protocol callbacks are synchronous. If you need to orchestrate async code with them, use them to set futures / events.