Skip to content

Should we adopt async/await #75

Description

@rahulreddy

https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Async_await
https://developers.google.com/web/fundamentals/primers/async-functions
https://javascript.info/async-await

We didn't adopt when it was introduced as V8 implementation was not up to par in performance compared to callbacks as any other new features. Now that it performs the same and could bring cleaner way of writing our asynchronous methods, should we adopt it?
Performance indicators for V8 https://v8.dev/blog/fast-async
Benchmark

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions