Type alias ConcurrencyMode

ConcurrencyMode: "immediate" | "queueing" | "switching" | "blocking" | "toggling"

The 5 possible strategies for a listener which is handling when a new request comes in. The existing one can live or be canceled, the new one can begin or not, and if both are run, they can queue or run immediately. immediate mode queueing mode switching mode blocking mode toggling mode