waitEvent

expect fun waitEvent(): Event<*>

Waits for event on current thread.

Return

Caught event

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun waitEvent(): Event<*>

Waits for event on current thread.

Return

Caught event

Throws

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun waitEvent(): Event<*>

Waits for event on current thread.

Return

Caught event

Throws

thrown when method encounters an exception.

thrown when method encounters an unknown exception.