priority

val priority: Int = 0(source)

The priority for this event listener

Note: While the priority is used when dispatching the events, if another handler is async then it will not be awaited before this one is fired.

This means that this handler might start running before the previous (async) one has finished running.