groostav
07/22/2018, 11:40 PMsuspend fun <http://EventBus.post|EventBus.post>(event: Any) = ...
such that I can post events synchronously but concurrently (by go-lang's definition of concurrency). I feel that there is a way to do this by backing an AsyncEventBus
with a dispatcher
, but I'm afraid to try it myself