UnifiedConcurrency.zip

上传者: mzl87 | 上传时间: 2021-08-04 14:03:31 | 文件大小: 7.28MB | 文件类型: ZIP
统一并发框架旨在提供简单易用的同步原语,设计时考虑到OOP原则,并为一般和async/await线程场景提供接口和基于模式的方法。实现的同步原语包括通用线程锁定、自旋锁定、票据自旋锁定、异步锁定、异步自旋锁定和异步票据自旋锁定。统一并发框架以这样的方式开发,以允许在源代码的有限更改(通常为一行)的情况下灵活更改同步原语。

文件下载

资源详情

[{"title":"( 49 个子文件 7.28MB ) UnifiedConcurrency.zip","children":[{"title":"UnifiedConcurrency","children":[{"title":"MonitorLockEnterTest.cs <span style='color:#111;'> 922B </span>","children":null,"spread":false},{"title":"packages.config <span style='color:#111;'> 211B </span>","children":null,"spread":false},{"title":"LockTryEnterDelayTest.cs <span style='color:#111;'> 1014B </span>","children":null,"spread":false},{"title":"TicketSpinLockEnterTest.cs <span style='color:#111;'> 817B </span>","children":null,"spread":false},{"title":".vs","children":[{"title":"UnifiedConcurrency","children":[{"title":"v15","children":[{"title":".suo <span style='color:#111;'> 57.00KB </span>","children":null,"spread":false},{"title":"Server","children":[{"title":"sqlite3","children":[{"title":"storage.ide <span style='color:#111;'> 440.00KB </span>","children":null,"spread":false},{"title":"db.lock <span style='color:#111;'> 0B </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":"AsyncLockEnterTest.cs <span style='color:#111;'> 902B </span>","children":null,"spread":false},{"title":"packages","children":[{"title":"GreenSuperGreen.1.1.0","children":[{"title":"GreenSuperGreen.1.1.0.nupkg <span style='color:#111;'> 45.89KB </span>","children":null,"spread":false},{"title":"lib","children":[{"title":"net46","children":[{"title":"GreenSuperGreen.dll <span style='color:#111;'> 99.00KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"content","children":[{"title":"UnifiedConcurrency","children":[{"title":"ILockUC","children":[{"title":"SpinLockUC","children":[{"title":"ReadMe.txt <span style='color:#111;'> 1.09KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":"NUnit.3.10.1","children":[{"title":"NUnit.3.10.1.nupkg <span style='color:#111;'> 3.71MB </span>","children":null,"spread":false},{"title":"NOTICES.txt <span style='color:#111;'> 233B </span>","children":null,"spread":false},{"title":"build","children":[{"title":"NUnit.props <span style='color:#111;'> 169B </span>","children":null,"spread":false}],"spread":true},{"title":"LICENSE.txt <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"lib","children":[{"title":"net20","children":[{"title":"nunit.framework.dll <span style='color:#111;'> 354.00KB </span>","children":null,"spread":false},{"title":"nunit.framework.xml <span style='color:#111;'> 1.01MB </span>","children":null,"spread":false},{"title":"nunit.framework.pdb <span style='color:#111;'> 1.82MB </span>","children":null,"spread":false},{"title":"NUnit.System.Linq.dll <span style='color:#111;'> 93.00KB </span>","children":null,"spread":false}],"spread":false},{"title":"netstandard2.0","children":[{"title":"nunit.framework.dll <span style='color:#111;'> 332.50KB </span>","children":null,"spread":false},{"title":"nunit.framework.xml <span style='color:#111;'> 984.11KB </span>","children":null,"spread":false},{"title":"nunit.framework.pdb <span style='color:#111;'> 1.73MB </span>","children":null,"spread":false}],"spread":false},{"title":"net35","children":[{"title":"nunit.framework.dll <span style='color:#111;'> 356.00KB </span>","children":null,"spread":false},{"title":"nunit.framework.xml <span style='color:#111;'> 1.02MB </span>","children":null,"spread":false},{"title":"nunit.framework.pdb <span style='color:#111;'> 1.82MB </span>","children":null,"spread":false}],"spread":false},{"title":"netstandard1.6","children":[{"title":"nunit.framework.dll <span style='color:#111;'> 314.50KB </span>","children":null,"spread":false},{"title":"nunit.framework.xml <span style='color:#111;'> 951.02KB </span>","children":null,"spread":false},{"title":"nunit.framework.pdb <span style='color:#111;'> 1.67MB </span>","children":null,"spread":false}],"spread":false},{"title":"net40","children":[{"title":"nunit.framework.dll <span style='color:#111;'> 351.50KB </span>","children":null,"spread":false},{"title":"nunit.framework.xml <span style='color:#111;'> 1013.95KB </span>","children":null,"spread":false},{"title":"nunit.framework.pdb <span style='color:#111;'> 1.79MB </span>","children":null,"spread":false}],"spread":false},{"title":"net45","children":[{"title":"nunit.framework.dll <span style='color:#111;'> 352.00KB </span>","children":null,"spread":false},{"title":"nunit.framework.xml <span style='color:#111;'> 1011.88KB </span>","children":null,"spread":false},{"title":"nunit.framework.pdb <span style='color:#111;'> 1.79MB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"CHANGES.md <span style='color:#111;'> 80.48KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"MonitorTryEnterTest.cs <span style='color:#111;'> 904B </span>","children":null,"spread":false},{"title":"LockTryEnterTest.cs <span style='color:#111;'> 907B </span>","children":null,"spread":false},{"title":"SpinLockTryEnterDelayTest.cs <span style='color:#111;'> 969B </span>","children":null,"spread":false},{"title":"SpinLockTryEnterTest.cs <span style='color:#111;'> 882B </span>","children":null,"spread":false},{"title":"UnifiedConcurrency.SynchronizationPrimitives.csproj <span style='color:#111;'> 4.44KB </span>","children":null,"spread":false},{"title":"LockEnterTest.cs <span style='color:#111;'> 894B </span>","children":null,"spread":false},{"title":"AsyncLockTryEnterDelayTest.cs <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"ATestingJob.cs <span style='color:#111;'> 1.67KB </span>","children":null,"spread":false},{"title":"AAsyncTestingJob.cs <span style='color:#111;'> 1.61KB </span>","children":null,"spread":false},{"title":"UnifiedConcurrency","children":[{"title":"ILockUC","children":[{"title":"SpinLockUC","children":[{"title":"ReadMe.txt <span style='color:#111;'> 1.09KB </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":false},{"title":"SpinLockEnterTest.cs <span style='color:#111;'> 787B </span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"AssemblyInfo.cs <span style='color:#111;'> 709B </span>","children":null,"spread":false}],"spread":false},{"title":"MonitorTryEnterDelayTest.cs <span style='color:#111;'> 988B </span>","children":null,"spread":false},{"title":"UnifiedConcurrency.sln <span style='color:#111;'> 1.16KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明