https://kotlinlang.org logo
e

edvin

09/09/2017, 6:20 PM
@tieskedh I see you kept
subscriptions.computeIfAbsent(event, { HashSet() }).add(registration)
instead of changing to
getOrPut
in EventBus - why?