retryDelegate

Retries a passed delegate until it no longer throws or until the hardcoded number of retries (TwitchPlugin.delegateRetries) is reached.

version(TwitchSupport && WithTwitchPlugin)
package
retryDelegate
(
Dg
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

dg Dg

Delegate to call.

Return Value

Type: auto

Whatever the passed delegate returns.

Meta