Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joaomilho/async-js

⤨ A talk about async stuff
https://github.com/joaomilho/async-js

async async-await asynchronous fantasy-land javascript mostjs parallel talk

Last synced: about 24 hours ago
JSON representation

⤨ A talk about async stuff

Awesome Lists containing this project

README

        

# Asynchronous Javascript

A talk about asynchronous stuff.

### References

#### Tools

- http://latentflip.com/loupe/

#### Proposals

- https://github.com/tc39/proposal-observable
- https://blog.std.in/2010/07/08/nodejs-webworker-design/

##### Cancelation of promises

- https://esdiscuss.org/topic/cancellation-architectural-observations
- https://github.com/bergus/promise-cancellation/blob/master/examples.md
- https://github.com/tc39/proposal-cancelable-promises

#### Articles

- http://2ality.com/2017/05/util-promisify.html
- https://www.jcore.com/2016/12/18/promise-me-you-wont-use-promise-race/
- https://medium.com/@benlesh/promise-cancellation-is-dead-long-live-promise-cancellation-c6601f1f5082
- https://medium.com/javascript-scene/the-hidden-power-of-es6-generators-observable-async-flow-control-cfa4c7f31435
- https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers

##### Stdlib

- https://nodejs.org/api/child_process.html
- https://nodejs.org/api/cluster.html

#### Libraries

- https://caolan.github.io/async/docs.html
- http://bluebirdjs.com/docs/getting-started.html
- http://folktale.origamitower.com/ | https://github.com/origamitower/folktale
- https://github.com/sindresorhus/execa
- https://parallel.js.org/
- https://github.com/tj/co
- https://github.com/mostjs/create
- https://github.com/cujojs/most
- https://github.com/rvagg/node-worker-farm
- https://github.com/sanctuary-js
- http://ramdajs.com/docs | https://github.com/ramda/ramda

#### Videos

- Philip Roberts: What the heck is the event loop anyway? | JSConf EU 2014 https://www.youtube.com/watch?v=8aGhZQkoFbQ
- Contravariance is the Dual of Covariance Implies Iterable is the Dual of Observable (Making Money Using Math) by Erik Meijer https://vimeo.com/98922027