Difference between revisions of "Async"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Async is a critical concept in distributed computing. This can be best explained by trying out programming exercises in [[JavaScript]]. | Async is a critical concept in distributed computing. This can be best explained by trying out programming exercises in [[JavaScript]]. | ||
To learn more about asynchronous programming, one can watch the following videos: | |||
# [[Video/Jake Archibald: In The Loop - JSConf.Asia|Jake Archibald's talk: In the Loop]]<ref>{{:Video/Jake Archibald: In The Loop - JSConf.Asia}}</ref> | |||
# [[Video/The Async Await Episode I Promised|The Async Await video by Fireship]]<ref>{{:Video/The Async Await Episode I Promised}}</ref> | |||
Line 8: | Line 12: | ||
[[Category:Time]] | [[Category:Time]] | ||
[[Category:Ordering]] | [[Category:Ordering]] | ||
[[Category: | [[Category:Symmetry breaking]] | ||
[[Category:Permutation]] | |||
[[Category:Poset]] | |||
</noinclude> | </noinclude> |
Latest revision as of 05:55, 7 February 2022
Async is a critical concept in distributed computing. This can be best explained by trying out programming exercises in JavaScript.
To learn more about asynchronous programming, one can watch the following videos:
References
- ↑ Archibald, Jake (Feb 9, 2018). Jake Archibald: In The Loop - JSConf.Asia. local page: JSConf.
- ↑ Delaney, Jeff (Oct 12, 2018). The Async Await Episode I Promised. local page: Fireship.