A category of OverflowStrategy for buffers that can be used
synchronously, without worrying about back-pressure concerns.
Needed such that buffer policies can safely be used
in combination with Channel for publishing. For now,
that's all policies except BackPressure, a overflowStrategy
that can't work for Channel.
A category of OverflowStrategy for buffers that can be used synchronously, without worrying about back-pressure concerns.
Needed such that buffer policies can safely be used in combination with Channel for publishing. For now, that's all policies except BackPressure, a overflowStrategy that can't work for Channel.