gate()

Register a blocking gate — shorthand for nudge(message, block=True, ...).

Usage

Source

gate(
    message,
    **kwargs,
)

Example

gate(“Run tests before committing”, when=lambda evt: not has_tests(evt))