Event

expect constructor(name: String = "<unnamed-event>", postpone: Boolean = false)(source)
actual constructor(name: String, postpone: Boolean)(source)
actual constructor(name: String, postpone: Boolean)(source)

Parameters

name

a name for the event, this is used for logging and debugging purposes only, default is ""

postpone

should message delivery for this event be postponed, default is false