d4f / backbone-highway

Routing Backbone with style \o/
MIT License
19 stars 5 forks source link

Async control flow in route controllers #3

Closed ghost closed 8 years ago

ghost commented 9 years ago

Being able to execute async functionnalities while pausing the rest of the route execution in the action and close controllers of a route.

The controller context could be passed a method next that would resume the process.

Could/Should this be implemented in triggers ?