hharnisc / python-meteor

A meteor client for python
MIT License
157 stars 27 forks source link

Blocking interface #6

Closed mitar closed 9 years ago

mitar commented 10 years ago

For larger programs this callback style interface is problematic because it makes code really complicated and nested. Why not provide a blocking (fiber) like interface? Using threads you could block and return when callback finishes?

hharnisc commented 9 years ago

Tracking this as a feature request with #8