摘要: public static Dictionary<CellPosition, IPictureData> GetPicturesAndPosition(this ISheet sheet) { var dictionary = new Dictionary<CellPosition, IPictur 阅读全文
posted @ 2021-09-23 10:39 蓝创精英团队 阅读(4) 评论(0) 推荐(0)
摘要: 是一个利器,用来实现 模型通讯,并发执行。 /// <summary> /// 无锁并行编程模型(暂时用来处理串行任务,任务串行执行) /// </summary> public interface IActor { /// <summary> /// 增加消息 /// </summary> /// 阅读全文
posted @ 2021-09-23 10:32 蓝创精英团队 阅读(9) 评论(0) 推荐(0)