Files
go-patterns/concurrency/generator.md

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