111,119
社区成员
发帖
与我相关
我的任务
分享
static BlockingCollection<SayInfo> sayList = new BlockingCollection<SayInfo>();
SayInfo sayInfo = sayList.Take();
sayList.Add(new SayInfo
{
say=say,
isNotStop=isNotStop
});
