摘要:
AutoResetEvent用户多个线程传递共享信息: public class AutoReset { static AutoResetEvent autoR = new AutoResetEvent(false); static string data =""; public void Main 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace 阅读全文