Categorygithub.com/harsh082ip/Producer_Consumer-golang
modulepackage
0.0.0-20240115174307-3f8399e7f09f
Repository: https://github.com/harsh082ip/producer_consumer-golang.git
Documentation: pkg.go.dev

# Constants

No description provided by the author

# Structs

PizzaOrder is a type for structs that describes a given pizza order.
Producer is a type for structs that holds two channels: one for pizzas, with all information for a given pizza order including whether it was made successfully, and another to handle end of processing (when we quit the channel).