Difference between revisions of "Async"

From PKC
Jump to navigation Jump to search
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>





Revision as of 07:06, 25 January 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:

  1. Jake Archibald's talk: In the Loop[1]
  2. The Async Await video by Fireship[2]


References

  1. Archibald, Jake (Feb 9, 2018). Jake Archibald: In The Loop - JSConf.Asia. local page: JSConf. 
  2. Delaney, Jeff (Oct 12, 2018). The Async Await Episode I Promised. local page: Fireship. 

Related Pages