- Learning Concurrency in Kotlin
- Miguel Angel Castiblanco Torres
- 67字
- 2021-08-05 10:46:45
Suspending computations
Suspending computations are those computations that can suspend their execution without blocking the thread in which they reside. Blocking a thread is often inconvenient, so by suspending its own execution, a suspending computation allows the thread to be used for other computations until they need to be resumed.
Because of their nature, suspending computations can only be invoked from other suspending functions or from coroutines.
推薦閱讀
- 潮流:UI設計必修課
- Hands-On Data Structures and Algorithms with JavaScript
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- 匯編語言程序設計(第2版)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Visual Basic程序設計上機實驗教程
- 區塊鏈技術與應用
- Frank Kane's Taming Big Data with Apache Spark and Python
- PHP 7從零基礎到項目實戰
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- Using Yocto Project with BeagleBone Black
- Blender 3D Cookbook
- Socket.IO Cookbook
- Java核心技術速學版(第3版)
- JSP大學實用教程