Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在一定时间 x 秒后从另一个 Task1 启动 ac# 4.0 Task2 (TPL)?
示例场景:
启动计算算法的 Task1。当计算至少需要 X 秒时,启动另一个任务来向用户展示一个不错的动画,而不是阻塞 UI。
开始第一个任务,Wait(TimeSpan)以获得结果。如果Wait返回false,则开始第二个任务。
Wait(TimeSpan)
Wait
false