- Multithreading with C# Cookbook(Second Edition)
- Eugene Agafonov
- 78字
- 2021-07-09 19:35:39
Chapter 3. Using a Thread Pool
In this chapter, we will describe the common techniques that are used for working with shared resources from multiple threads. You will learn the following recipes:
- Invoking a delegate on a thread pool
- Posting an asynchronous operation on a thread pool
- A thread pool and the degree of parallelism
- Implementing a cancellation option
- Using a wait handle and timeout with a thread pool
- Using a timer
- Using the
BackgroundWorker
component
推薦閱讀
- SPSS數據挖掘與案例分析應用實踐
- 深度學習經典案例解析:基于MATLAB
- C++面向對象程序設計(微課版)
- 少年輕松趣編程:用Scratch創作自己的小游戲
- Java從入門到精通(第5版)
- MATLAB實用教程
- 深度強化學習算法與實踐:基于PyTorch的實現
- 利用Python進行數據分析(原書第3版)
- 青少年學Python(第1冊)
- RabbitMQ Cookbook
- Windows Phone 7.5:Building Location-aware Applications
- C語言程序設計
- Learning Laravel's Eloquent
- Machine Learning With Go
- 零代碼實戰:企業級應用搭建與案例詳解