Enumeration OverflowBehavior

Behavior to use when an iterator is overflowing.

Enumeration Members

Enumeration Members

Block: "block"

Block processing.

Warning: This only works with AsyncEvent and AsyncSubscribable and may lead to unintended side effects.

DropNewest: "drop-newest"

Drop the newest event.

DropOldest: "drop-oldest"

Drop the oldest event.

Generated using TypeDoc