How to Wait
Offered By: JSConf via YouTube
Course Description
Overview
Explore the intricacies of asynchronous programming in JavaScript through this conference talk from JSConf Hawaii 2020. Delve into the inner workings of the 'await fetch' operation, uncovering the complex chain of events that occur while your code appears to be idle. Investigate the event loop, nonblocking I/O mechanisms like select/epoll, and hardware architecture to gain a deeper understanding of what truly happens during program waiting states. Learn how different layers of technology interact to manage asynchronous operations efficiently. Access accompanying slides for visual aids and additional information. Enhance your knowledge of JavaScript's underlying processes and improve your ability to write more efficient asynchronous code.
Syllabus
How to Wait - Max Goodhart | JSConf Hawaii 2020
Taught by
JSConf
Related Courses
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube