|
|
|
|
|
by uniqueuid
1205 days ago
|
|
Perhaps I just don't get them, but task groups never really made sense to me. The whole beauty of async tasks is that you can spawn, retry, and consume them lazily. When you create a task group, you again end up waiting on a single long-running last task, desperately trying to fix individual failures and retries that hold up the entire group. |
|