/// into this array and increment the associated `AtomicUsize` (and decrements it to unsubscribe).
static EVENT_SUBSCRIBERS: [AtomicUsize; EVENT_KIND_COUNT] = [AtomicUsize::new(0); EVENT_KIND_COUNT];
/// This is useful to avoid doing work to generate events that might be computationally expensive