event-bus/event-bus-core/src
Kai S. K. Engelbart 33ebf0302b
Initialize the default event bus statically
The previous method that used double checked synchronization offers
little performance benefits over a plain static initialization.

Reported-by @harkle-the-cake
2021-10-16 08:32:28 +02:00
..
main/java Initialize the default event bus statically 2021-10-16 08:32:28 +02:00
test/java/dev/kske/eventbus/core Add nested dispatch test 2021-07-12 10:17:46 +02:00