nodejs / promises

Promises Working Group Repository
107 stars 11 forks source link

Where to find what #3

Open benjamingr opened 8 years ago

benjamingr commented 8 years ago

I think it's important we set up a document about the implementation of promises in v8, where to find what and what hooks are available.

It should bring users up to speed on the relevant code and allow them to participate in the discussion as well as serve as a reference.

chrisdickinson commented 8 years ago

The glossary PR now includes links to the appropriate V8 implementation details.

benjamingr commented 8 years ago

I'd love to have a tutorial explaining V8 promises and how they work end to end with node (rather than just the glossary).

chrisdickinson commented 8 years ago

I'll work on that. Would you mind PR'ing a 200-300 word doc giving common uses of promises (with a focus on common use cases, assuming no alternate implementations are used)?

benjamingr commented 8 years ago

I'll start working on PRs for patterns and I'll add some examples of promise usages.

benjamingr commented 7 years ago

@refack added you to the wg, take a look at this!