We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
goroutines
1 parent 9f900d1 commit 497463aCopy full SHA for 497463a
goroutines/main.go
@@ -8,6 +8,8 @@ import (
8
9
/*
10
A `goroutine` is a lightweight thread of execution.
11
+Waitgroups are outlined in depth in the `WaitGroups` module
12
+but here includes a small taster for them aswell.
13
*/
14
func Run() {
15
synchroniseExample()
0 commit comments