toEmptyCtxDelayStrategy

Converts a DelayStrategy into a CtxDelayStrategy using Unit as the context. This is useful when no additional context is needed, allowing the caller to avoid providing a Unit context. It maintains compatibility with the more general CtxDelayStrategy type.

See also