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

https://github.com/imteekay/promising

Playing with Promises for a deep understanding
https://github.com/imteekay/promising

concurrency concurrent-programming javascript parallel parallel-programming

Last synced: about 18 hours ago
JSON representation

Playing with Promises for a deep understanding

Awesome Lists containing this project

README

        

# Promising

Playing with Promises for a deep understanding

- [Delay](https://github.com/leandrotk/promising/tree/master/delay): A Promise wrapper for setTimeout
- [Document Ready](https://github.com/leandrotk/promising/tree/master/document_ready): A Promise wrapper for document readystatechange
- [Get HTTP Request](https://github.com/leandrotk/promising/tree/master/get): A Promise wrapper for XMLHttpRequest
- [Promise all pokemons](https://github.com/leandrotk/promising/tree/master/promise_all): Fetch pokemons in sequence
- [Fetch User](https://github.com/leandrotk/promising/blob/master/fetch_user/index.js): Fetch user using a curried function