feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: JS-ASYNC-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [javascript, frontend, web-development, event-loop, async-await, concurrency]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[JavaScript Async and Event Loop (JS 비동기와 이벤트 루프)]]
|
||||
# JavaScript Async and Event Loop (JS 비동기와 이벤트 루프)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "싱글 스레드의 제약을 '기다림의 미학'으로 극복하고, 이벤트 루프라는 영리한 중재자를 통해 멈추지 않는 사용자 경험을 완성하라" — 자바스크립트가 단일 스레드임에도 불구하고 논블로킹(Non-blocking) I/O를 수행하며 수많은 비동기 작업을 효율적으로 처리하게 해주는 핵심 구동 메커니즘.
|
||||
@@ -26,5 +26,5 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** ConnectAI 확장 프로그램은 VS Code의 메인 스레드를 방해하지 않기 위해, 모든 대규모 지식 검색 및 모델 호출 로직을 비동기 이벤트 루프 최적화 패턴에 따라 처리함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Frontend-Architecture]], [[Message-Queues-and-Event-Streams]], [[System-Design-for-AI-Scale]], [[Reactive-Programming]]
|
||||
- **Raw Source:** [[10_Wiki/Topics/AI/JavaScript-Async-and-Event-Loop.md]]
|
||||
- [[Frontend-Architecture]], [[Message-Queues-and-Event-Streams]], System-Design-for-AI-Scale, [[Reactive-Programming]]
|
||||
- **Raw Source:** 10_Wiki/Topics/AI/JavaScript-Async-and-Event-Loop.md
|
||||
|
||||
Reference in New Issue
Block a user