Skip to content

Commit 497463a

Browse files
committed
adding documentation around goroutines
1 parent 9f900d1 commit 497463a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

goroutines/main.go

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import (
88

99
/*
1010
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.
1113
*/
1214
func Run() {
1315
synchroniseExample()

0 commit comments

Comments
 (0)