OsuRoom.repeatUntilRespondedOrFatalExit

Same as repeatUntilResponded but exits with an AssertError if the exception is anything else than NoServerResponseException or InterruptException.

class OsuRoom
nothrow
void
repeatUntilRespondedOrFatalExit
(
Callback
)
(
Callback cb
,
Duration idleTimeout = 10.seconds
,
size_t retries = -1
,
string file = __FILE__
,
size_t line = __LINE__
)

Meta