Glossary coding Term Page
Asynchronous processing
the mindset of letting a different queue keep waiting tasks while your code keeps flowing
Core Idea
Asynchronous processing is the mindset of letting a different queue keep waiting tasks while your code keeps flowing. It usually makes the most sense alongside Browser runtime, Promise, fetch.
Why It Matters Here
Mathbong reuses this term across javascript posts as shared vocabulary.