# 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).