- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 59字
- 2021-07-08 09:39:00
More asynchronous improvements
There have been some small improvements to what async methods can return and, although small, they could offer big performance gains in certain situations. You no longer have to return a task which can be beneficial if the value is already available. This can reduce the overhead of using async methods and creating a task object.
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- Java異步編程實戰
- Apache Spark 2.x Machine Learning Cookbook
- Visual Basic程序設計教程
- PostgreSQL 11從入門到精通(視頻教學版)
- 軟件項目管理實用教程
- Serverless架構
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Hands-On Natural Language Processing with Python
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- ANSYS Fluent 二次開發指南
- MySQL從入門到精通(軟件開發視頻大講堂)
- Modern C++ Programming Cookbook
- Professional JavaScript
- Mastering Drupal 8