Closed mitar closed 9 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?
Tracking this as a feature request with #8
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?