proposal-async-await

Async/await for ECMAScript (by tc39)

Proposal-async-await Alternatives

Similar projects and alternatives to proposal-async-await

  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • co

    3 proposal-async-await VS co

    The ultimate generator based flow-control goodness for nodejs (supports thunks, promises, etc)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better proposal-async-await alternative or higher similarity.

proposal-async-await reviews and mentions

Posts with mentions or reviews of proposal-async-await. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-19.
  • Promises: async/await vs .then(), how we got here and why I use both
    2 projects | dev.to | 19 Mar 2022
    This evolution served as the inspiration of the async/await syntax introduced in es7, and finally we could just
  • Why await has to be used in an async function?
    2 projects | /r/typescript | 2 Feb 2021
    tc39 async/await proposal has this very question asked From discussion I get that one of the reasons is backward compatibility with old JS code, where await was valid name of a function. So by introducing async it's possible to have await as non-breaking change to syntax since it's only available in async scope. Also async has effect on it's own. As it was mentioned already, async functions have AsyncFunction constructor, instead of just Function. Also async functions always return promise, even if await is never used. If you throw an error or return as usual it'll be wrapped automatically.

Stats

Basic proposal-async-await repo stats
2
1,556
0.0
over 3 years ago

tc39/proposal-async-await is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of proposal-async-await is HTML.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com