Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joaomilho/async-js
- Owner: joaomilho
- Created: 2017-09-08T07:54:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T08:26:47.000Z (over 7 years ago)
- Last Synced: 2024-12-02T10:44:58.212Z (about 2 months ago)
- Topics: async, async-await, asynchronous, fantasy-land, javascript, mostjs, parallel, talk
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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