After I learned async/await in javascript, I realized what a game changing feature it was for nonblocking application development and immediately set about trying to bring it to mojolicious. I had a Coro based solution on cpan within a couple months (most of that trying to make the backend pluggable which turns out to have been unnecessary) and then that success pushed me and others to advocate for LeoNerd to make his native implementation (Future::AsyncAwait) reusable enough that Mojo could attach to it.
I never would have had that drive to provide a feature if I hadn't seen how powerful it was elsewhere! Show your love for your favorite language by using others and bringing the best bits back home.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
After I learned async/await in javascript, I realized what a game changing feature it was for nonblocking application development and immediately set about trying to bring it to mojolicious. I had a Coro based solution on cpan within a couple months (most of that trying to make the backend pluggable which turns out to have been unnecessary) and then that success pushed me and others to advocate for LeoNerd to make his native implementation (Future::AsyncAwait) reusable enough that Mojo could attach to it.
I never would have had that drive to provide a feature if I hadn't seen how powerful it was elsewhere! Show your love for your favorite language by using others and bringing the best bits back home.