Module kinesis_firehose_producer::async_producer_pool[][src]

Expand description

A Pool of Async Producers

This has a much higher throughput than a lone Producer, but at the cost of non-local / trickier errors.

Structs

The Producer Pool. Create one with AsyncProducerPool::of_size

Enums

The internal type of messages sent around the pool