- Learning Scala Programming
- Vikash Sharma
- 50字
- 2021-06-30 19:07:46
Asynchronous code
Simply defined, asynchronous code is where your program control returns immediately after calling a block of instruction (that is a function), having started some parallel/ background effort to complete your request. This means your program flow will not stop because of a certain function taking time to complete.
推薦閱讀
- GeoServer Cookbook
- Manga Studio Ex 5 Cookbook
- 控糖控脂健康餐
- INSTANT Sencha Touch
- 營銷數據科學:用R和Python進行預測分析的建模技術
- Mastering AndEngine Game Development
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- Highcharts Cookbook
- 零基礎學單片機C語言程序設計
- 單片機C語言程序設計實訓100例
- MongoDB,Express,Angular,and Node.js Fundamentals
- HTML 5與CSS 3權威指南(第3版·上冊)
- Procedural Content Generation for C++ Game Development
- 嵌入式Linux C語言程序設計基礎教程
- 游戲設計的底層邏輯