Skip to content

Commit

Permalink
README.md: fix a weird construction
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Mar 19, 2024
1 parent 18a8a18 commit 4111682
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ go func() {
```

So far, we're up to four channels (errs, edone, context, and throttle) plus a
wait group. The point to note is that while these tools are easy to express
what we want, it can be tedious to wire them all together and keep track of the
current state of the system.
wait group. The point to note is that while these tools are quite able to
express what we want, it can be tedious to wire them all together and keep
track of the current state of the system.

The `taskgroup` package exists to handle the plumbing for the common case of a
group of tasks that are all working on a related outcome (_e.g.,_ copying a
Expand Down

0 comments on commit 4111682

Please sign in to comment.