Simple worker pool using generic channels
Implementing a rudimentary generic worker pool pipeline package using go's type paremeters.
Sharing knowledge is the most fundamental act of friendship.
Because it is a way you can give something without loosing something. Richard Stallman
Implementing a rudimentary generic worker pool pipeline package using go's type paremeters.
Let's keep exploring go's 1.18.beta1 type parameters by making HTTP handlers with auto parsing and validation.
Now that go 1.18 is out there in beta we can get our hands dirty with it. Let's try a concrete use case by implementing pagination.