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.
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.