NoOpAction Module

Classes

NoOpAction

A no-op action, for anonymous tasks only.

Create a NoOpAction object.

This is an internal-only action class used to represent cases when intermediate tasks are used to implement some API. For example, in -WithRetry APIs, intermediate timers are created. We create this NoOp action to track those the backing actions of those tasks, which is necessary because we mimic the DF-internal replay algorithm.