GdlrCommandPipeline.PipelineEntry

Inherits: RefCounted < Object

One registered callback with its ordering data.

Description

Internal. The pipeline creates entries. User code does not.

Properties


Property Descriptions

Callable callback 🔗

The registered callback.


int priority 🔗

Sort key. Lower values run first.


int insertion_order 🔗

Tie breaker for entries with the same priority.


Callable should_run = Callable() 🔗

Optional predicate that decides if the entry runs.