...

/

Choose the Right Dispatcher

Choose the Right Dispatcher

Learn how GenStage uses different dispatchers to send events to consumers.

Introduction to dispatchers

There is one important component of GenStage we haven’t talked about yet—the dispatcher. When :producer and :producer_consumer ...