docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+3 -3
View File
@@ -7,7 +7,7 @@ last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - Scheduler API"
---
# [[Scheduler API]]
# [[Scheduler API|Scheduler API]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> Scheduler API는 개발자가 브라우저 내에서 다양한 처리 작업이 실행되는 시점을 더 쉽게 제어할 수 있도록 도와주는 기능입니다 [1]. 길게 실행되는 작업은 여러 개의 짧은 작업보다 상호작용 지연을 더 많이 유발하기 때문에, 이 API를 통해 작업을 분할하여 사용자 경험을 개선할 수 있습니다 [1]. 특히 작업 중간에 제어권을 브라우저에 양보함으로써 다른 중요한 상호작용이 지연 없이 우선적으로 처리될 수 있게 합니다 [1].
@@ -22,8 +22,8 @@ github_commit: "[P-Reinforce] Continuous Worker - Scheduler API"
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** scheduler.yield(), [[Interaction to Next Paint (INP)]]
- **Projects/Contexts:** [[Web Performance Optimization]]
- **Related Topics:** scheduler.yield(), [[Interaction to Next Paint (INP)|Interaction to Next Paint (INP)]]
- **Projects/Contexts:** [[Web Performance Optimization|Web Performance Optimization]]
- **Contradictions/Notes:** 소스 내에 상충하는 정보는 없습니다. 다만, Chrome(2024년)과 Firefox(2025년 8월)는 해당 API를 지원하지만 Safari는 아직 지원하지 않는다는 호환성 제약이 명시되어 있습니다 [2].
---