svoid vmBus_send(S msg, O arg) { pcallFAll(vm_busListeners_live(), msg, arg); } svoid vmBus_send(S msg) { vmBus_send(msg, null); }