Static zng_app::widget::base::PARALLEL_VAR
source ยท pub static PARALLEL_VAR: ContextVar<Parallel>
Expand description
Defines what node list methods can run in parallel in a widget and descendants.
This variable can be set using the parallel
property.
Is all enabled by default.