You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the tour slide "tour/concurrency/6" ("Default Selection") the example
code in "default-selection.go" uses time.After() and time.Tick() without
any mention of what they do. A link to the time fuctions doc can provide
context to understand what those do.
Add link to time#pkg-functions on slide next to code using
time.After()/Tick().
Fixesgolang/tour#1466
Context: https://go.dev/tour/concurrency/6
Would be nice to have a link to the time docs or explanation on what the output of
time.Tick()
andtime.After()
do.The text was updated successfully, but these errors were encountered: