技术栈
threapool
汪小白JIY
1 天前
c#
·
thread
·
async
·
task
·
threapool
【C#】异步和多线程
1 进程-线程-多线程,同步和异步2 委托启动异步调用3 多线程特点:不卡主线程、速度快、无序性4 异步的回调和状态参数