Contents

Publishers.PrefetchStrategy.keepFull

A strategy to fill the buffer at subscription time, and keep it full thereafter.

Declaration

case keepFull

Discussion

This strategy starts by making a demand equal to the buffer’s size from the upstream when the subscriber first connects. Afterwards, it continues to demand elements from the upstream to try to keep the buffer full.

See Also

Prefetching strategies