AmbitionFramework / ambition

The Ambition MVC Framework for Vala
http://www.ambitionframework.org
Apache License 2.0
32 stars 4 forks source link

Asynchronous route flow #26

Closed nmelnick closed 2 years ago

nmelnick commented 2 years ago

Ambition 0.1 used asynchronous functions sparingly, but it seems (feels?) clear that asynchronous functions work well, and by not allowing controller methods in particular to be async, it makes using other async functions difficult to impossible.

This would require controller method delegates to support async, which as far as I know, isn't possible.