摘要:
SynchronizationContext在通讯中充当传输者的角色,实现功能就是一个线程和另外一个线程的通讯。 需要注意的是,不是每个线程都附加SynchronizationContext这个对象,只有UI线程是一直拥有的。故获取SynchronizationContext也只能在UI线程上进行S 阅读全文
posted @ 2024-07-03 17:04
懒树懒
阅读(65)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Runtime.CompilerServices;using System.Text;us 阅读全文
posted @ 2024-07-03 14:26
懒树懒
阅读(51)
评论(0)
推荐(0)