zoukankan
html css js c++ java
C#高级编程第11版
导航
C# 全版本特性一览
全书目录
第二十一章 Tasks and Parallel Programming
21.1 概述 459
21.2 Parallel 类 460
21.2.1 使用Parallel.For()方法循环 460
21.2.2 提前中断Parallel.For 462
21.2.3 Parallel.For()方法的初始化 462
21.2.4 使用Parallel.ForEach()方法循环 463
21.2.5 通过Parallel.Invoke()方法调用多个方法 464
21.3 任务 464
21.3.1 启动任务 464
21.3.2 Future——任务的结果 466
21.3.3 连续的任务 467
21.3.4 任务层次结构 468
21.3.5 从方法中返回任务 468
21.3.6 等待任务 468
21.4 取消架构 470
21.4.1 Parallel.For()方法的取消 470
21.4.2 任务的取消 471
21.5 数据流 472
21.5.1 使用动作块 472
21.5.2 源和目标数据块 473
21.5.3 连接块 474
21.6 Timer 类 475
21.7 线程问题 477
21.7.1 争用条件 477
21.7.2 死锁 479
21.8 lock 语句和线程安全 480
21.9 Interlocked 类 483
21.10 Monitor 类 484
21.11 SpinLock 结构 485
21.12 WaitHandle 基类 485
21.13 Mutex 类 485
21.14 Semaphore 类 486
21.15 Events 类 487
21.16 Barrier 类 490
21.17 ReaderWriterLockSlim 类 492
21.18 Lock 和await 494
21.19 小结 496
查看全文
相关阅读:
JS中的call()和apply()方法和bind()
reactjs入门到实战(十)----one-first_app
49-Reverse Linked List II
48-Merge Sorted Array
47-Generate Parentheses
46.Valid Parentheses
45-Letter Combinations of a Phone Number
44-Count and Say
43-Reverse Nodes in k-Group
42-Remove Nth Node From End of List
原文地址:https://www.cnblogs.com/zenronphy/p/ProfessionalCSharp7Chapter21.html
最新文章
mysql 事件
php获取rl完整地址
基于tinkphp3.2获取openid
prototype与原型链
格式化输入框的插件
arguments.callee的用法
记一次动画的优化--requestAnimationFrame、webp
js 图片懒加载
javscript 中的术语和俚语
document.compatMode属性和获取鼠标的位置
热门文章
判断鼠标的点击了那个键
client/offset/srooll位置与关系
promise理解
安装Docker和下载images镜像和常用Docker命令
精通D3.js学习笔记(2)比例尺和坐标
js的 image 属性 和一个预加载模块
精通D3.js学习笔记(1)基础的函数
js遍历
js 数组去重
js 数组排序和算法排序
Copyright © 2011-2022 走看看