Skip to content

Commit

Permalink
[CONCURRENCY] singular group xD
Browse files Browse the repository at this point in the history
  • Loading branch information
PatAkil committed Nov 1, 2024
1 parent f9171d3 commit 82fa3eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions go-training.slide
Original file line number Diff line number Diff line change
Expand Up @@ -1530,15 +1530,15 @@ Alternative approaches:

#----------------------------------------------

* Divide the work <channels + waitgroups>
* Divide the work <channels + waitgroup>

.play -edit examples/channels/waitgroups/waitgroups.go /START OMIT/,/END OMIT/
.play -edit examples/channels/waitgroup/waitgroup.go /START OMIT/,/END OMIT/

#----------------------------------------------

* Divide the work <channels + errgroup>

.play -edit examples/channels/errgroups/errgroups.go /START OMIT/,/END OMIT/
.play -edit examples/channels/errgroup/errgroup.go /START OMIT/,/END OMIT/

#----------------------------------------------

Expand Down

0 comments on commit 82fa3eb

Please sign in to comment.