mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2025-02-16 21:53:13 +03:00
245 B
245 B
Generator Pattern
Generators yields a sequence of values one at a time
Implementation and Example
You can find the implementation and usage in generator.go