Retry.loop

Initiates the execution and possible retrying of a block of code.

This method is also aliased as opCall.

Note: if max_retries == 0, then no limit to the number of retries is set

class Retry
void
loop
(,
lazy void dg
)

Parameters

max_retries uint

maximum number of times to retry this code block before giving up

dg void

code block to execute / retry

Meta