GdlrMiddlewarePipeline.PipelineEntry¶
Inherits: RefCounted < Object
One registered callback with its ordering data.
Description¶
Internal. The pipeline creates entries. User code does not.
Properties¶
|
Methods¶
run_callback(…) vararg |
Property Descriptions¶
The registered callback.
Sort key. Lower values run first.
Tie breaker for entries with the same priority.
Callable should_run = Callable() 🔗
Optional predicate that decides if the entry runs.
Method Descriptions¶
Variant run_callback(…) vararg 🔗
Calls callback with the given arguments and returns the awaited result.