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

https://github.com/howprogrammingworks/asynchronousprogramming

Asynchronous Programming
https://github.com/howprogrammingworks/asynchronousprogramming

async asynchronous asynchronous-programming code javascript js learning node nodejs programming source study

Last synced: 6 months ago
JSON representation

Asynchronous Programming

Awesome Lists containing this project

README

          

# Asynchronous Programming

[πŸ‘‰ ОглавлСниС курса Async 2024](https://github.com/HowProgrammingWorks/Index/blob/master/Courses/Async-2024.md)

[![АсинхронноС ΠΏΡ€ΠΎΠ³Ρ€Π°ΠΌΠΌΠΈΡ€ΠΎΠ²Π°Π½ΠΈΠ΅ Π½Π° callback'Π°Ρ…](https://img.youtube.com/vi/z8Hg6zgi3yQ/0.jpg)](https://www.youtube.com/watch?v=z8Hg6zgi3yQ)
[![ΠΡΠΈΠ½Ρ…Ρ€ΠΎΠ½Π½ΠΎΡΡ‚ΡŒ с Π±ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠΎΠΉ async.js](https://img.youtube.com/vi/XQ94wQc-erU/0.jpg)](https://www.youtube.com/watch?v=XQ94wQc-erU)

- callback
- global or context counters, collections and flags
- utilities (async.js and analogues)
- data flow (collection iteration utilities) `f(collection, callback, done)`
- control flow: `parallel/sequence(funcs, done)`
- Chain/do
- EventEmitter
- Collector
- Promises
- async/await
- Observable
- generators/yield