BaseBeacon<T> typedef

BaseBeacon<T> = Producer<T>

The BaseBeacon type. Alias for Producer.

Implementation

typedef BaseBeacon<T> = Producer<T>;