github / catalyst

Catalyst is a set of patterns and techniques for developing components within a complex application.
https://github.github.io/catalyst/
MIT License
1.36k stars 50 forks source link

add provideAsync #278

Closed keithamus closed 2 years ago

keithamus commented 2 years ago

This adds a new @provideAsync decorator which is complementary to @provide. This decorator resolves promises automatically, avoiding any awkward handling of Promises inside @consume getters.

(This is for 2.0 - but this is in the main branch to make merges into 2.0 easier).