摘要: public async Task<TResult> MyMethodAsync() { Task<TResult> longRunningTask = LongRunningOperationAsync(); // independent work which doesn't need the r 阅读全文
posted @ 2021-05-21 23:49 ylron 阅读(60) 评论(0) 推荐(0)