摘要: //#define c4 //C# 4.0+#define c4namespace Microshaoft{ using System; using System.Threading; using System.Diagnostics; using System.Collections.Generic;#if c4 using System.Collections.Concurrent;#endif using Microshaoft; public class ConcurrentAsyncQueue<T>#if c2 ... 阅读全文
posted @ 2012-02-23 19:38 于斯人也 阅读(214) 评论(0) 推荐(0) 编辑
摘要: //===========================================================================================// Share.cs// csc.exe /t:library Share.cs//#define c4 //C# 4.0+#define c4namespace Microshaoft{ using System; using System.Threading; using System.Diagnostics; using System.Collections.Generic;#i... 阅读全文
posted @ 2012-02-23 19:33 于斯人也 阅读(449) 评论(0) 推荐(0) 编辑