Producer Consumer Pattern
Separate production and consumption of data
Overview
Producer Consumer pattern separates tasks that produce data from tasks that consume data. They usually communicate via a synchronized Message Queue.
Separate production and consumption of data
Producer Consumer pattern separates tasks that produce data from tasks that consume data. They usually communicate via a synchronized Message Queue.
Ask about the topic