Skip to content

Instantly share code, notes, and snippets.

@gigenthomas
Created March 16, 2025 18:28
Show Gist options
  • Save gigenthomas/b920fc3909c155821a89f83374c546a2 to your computer and use it in GitHub Desktop.
Save gigenthomas/b920fc3909c155821a89f83374c546a2 to your computer and use it in GitHub Desktop.
Worker Pool : Distribute tasks efficiently among multiple goroutines
Fan-out, Fan-in Multiple workers process tasks; results are collected
Pipeline Process data through multiple stages
Pub-Sub One publisher sends messages to multiple subscribers
Rate Limiting Control request rate to prevent overload
Timeout Prevent indefinite blocking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment