AndyWang′s Blog
About Archive Category Tags
Home
About
Archive
Category
Tags
Blog banner image
head shot

Andy Wang

Web Developer

Taiwan, Hsinchu City

Articles

43

Tags

57

Categories

11

RECENT POSTS

  • 認識 Test-Driven Development (TDD)

    2025年10月4日
  • 關於 Domain-Driven Design (DDD)

    2025年9月20日
  • CA: Data Transfer Object (DTO)

    2025年9月11日
  • Astro 圖片優化策略

    2025年9月8日
  • Claude Code CLI:真正的 AI 開發代理人

    2025年8月7日

Categories

心得
7
Blog
4
Tools
3
SystemDesign
5
Performance
5
React
5
DevOps
3
TypeScript
4
JavaScript
5
LeetCode
1
Git
1

TAGS

AI Algorithm Astro Asynchronous Blog CSS Claude Clean Code Clean-Architecture Compatibility Complexity Cursor Cursor-Rules DDD DP DTO Data-Structure Deployment Docker ESLint Elevator-Pitch Enums ErrorBoundary Frontend Generics Git HTML Homebrew JavaScript Jekyll Junior Kubernetes Leetcode Life Linter MECE Notes OOP Package Performance React Recursion Redux Retro SOLID SWR TDD Test TypeScript Unit-Test Vitest X-Driven blog jQuery map performance 心得
Archive Tags Asynchronous

Asynchronous

1 posts with this tag

淺談 JavaScript 單執行緒語言如何做到異步運算
淺談 JavaScript 單執行緒語言如何做到異步運算
2024年6月20日
JavaScript
Notes
/
JavaScript +1
Notes
/
JavaScript
/
Asynchronous
JavaScript 是單執行緒語言,照理來說應該一次只能做一件事情,但他卻能做到非同步進程,不讓程式被 blocked,這要歸功於 Event Loop,但 Event Loop 並不存在語言本身,而是由 runtime 來實現。
6 mins read
|
1447 words
淺談 JavaScript 單執行緒語言如何做到異步運算

Copyright © 2021-2025 AndyWang.

Content licensed under CC BY-SA 4.0 unless otherwise noted.