Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Go
/
Go
What must happen before a send on an unbuffered channel can complete?
from Go
beginner
1 min
What must happen before a send on an unbuffered channel can complete?
A corresponding receiver must be ready to receive the value.
The runtime must allocate a one-element buffer.
The sender must close the channel immediately after sending.
Check
Ask AI about this kata
Report an error
previous kata
How does a `select` treat a send or receive case whose channel is nil?
Quiz
next kata
Name the `sync` type used to wait until a known group of goroutines has called `Done`
Fill in
A new version is available
Reload