Glossary coding Term Page

Asynchronous processing

the mindset of letting a different queue keep waiting tasks while your code keeps flowing

async-programming #coding#javascript#python
Korean version

Aliases

Asynchronous

Related Concepts

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.

Posts Mentioning This Concept