- JavaScript Concurrency
- Adam Boduch
- 148字
- 2021-07-30 09:48:37
Preface
It wasn't long ago when I would dread using many of the web applications I had come to depend on. When they worked, they were fantastic; when they didn't, it was a nightmare. Especially frustrating was the clear fact that there weren't any bugs in the JavaScript code driving the application. No, the problem was that often there was too much code running, perhaps because it was processing a large data set. The end result was always the same: the UI would freeze, and I would helplessly curse the Web.
Nowadays, this doesn't happen as frequently. We've fixed many of the common JavaScript problems from years ago. Something that hasn't caught on as fast as I had hoped is concurrency in JavaScript. There are little bits of concurrency sprinkled all throughout our applications, but seldom do we see truly concurrent JavaScript code.
Let's change the status quo.
- Android Wearable Programming
- ServiceNow Application Development
- 技術領導力:程序員如何才能帶團隊
- Podman實戰
- Unity Shader入門精要
- 深度學習:算法入門與Keras編程實踐
- .NET 3.5編程
- Vue.js 2 Web Development Projects
- Getting Started with Python and Raspberry Pi
- Android系統下Java編程詳解
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Python預測之美:數據分析與算法實戰(雙色)
- Building Microservices with Go
- 深入理解Zabbix監控系統
- VMware vRealize Orchestrator Essentials