|
|
|
|
|
by cronin101
3336 days ago
|
|
The next statement has to wait, but the runtime can yield to another waiting async task so you aren't blocking the total throughput of your program (assuming it's async-all-the-way-down). The benefits are generally larger-scale than a single method. |
|