Skip to content

Instantly share code, notes, and snippets.

@MehdiSadeghi1996
Created May 26, 2022 06:22
Show Gist options
  • Save MehdiSadeghi1996/d674a9df0f995a79f0e3db9960093918 to your computer and use it in GitHub Desktop.
Save MehdiSadeghi1996/d674a9df0f995a79f0e3db9960093918 to your computer and use it in GitHub Desktop.
buffered vs unbuffered
Unbuffered channels block if they are not read from. Buffered channels will not block until they hit capacity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment