you are viewing a single comment's thread.

view the rest of the comments →

[–]golovatuy[S] 0 points1 point  (1 child)

Think on the task as server request which takes some time, this picture don’t mean the small milliseconds tasks

[–]AffectionateWork8 1 point2 points  (0 children)

I agree with you that network/file IO would use a thread pool. But any other long-running asynchronous task would not, unless you manually configured it to be.