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.
さて、新しいタスク機能があり、非同期で実行したいすべてのメソッドについて、ログに基づいて信頼できるかどうか、または別の、特に別の方法を使用する必要がある状況があるか.Net 4どうか疑問に思っていましたTask.Runがメソッドを非同期的に実行するためにを使用することを読みました。Async/Await.Net 4.5ThreadThreadPool
.Net 4
Async/Await
.Net 4.5
Thread
ThreadPool
結論:との組み合わせを使用すると、Async/Await使用Tasksから解放されますThreadsか?
Tasks
Threads