Home > @lynx-js/react-rsbuild-plugin > PluginReactLynxOptions > pipelineSchedulerConfig
PluginReactLynxOptions.pipelineSchedulerConfig property
Composite configuration representing pipeline scheduling strategies, including PluginReactLynxOptions.enableParallelElement and list batch-rendering. All newly introduced scheduling strategies will be managed by this uint64 configuration.
Signature:
Remarks
Preallocate 64 bit unsigned integer for pipeline scheduler config.
-
0 ~ 7 bit: Reserved for parsing binary bundle into C++ bundle.
-
8 ~ 15 bit: Reserved for MTS Render.
-
16 ~ 23 bit: Reserved for resolve stage in Pixel Pipeline.
-
24 ~ 31 bit: Reserved for layout stage in Pixel Pipeline.
-
32 ~ 39 bit: Reserved for execute UI OP stage in Pixel Pipeline.
-
40 ~ 47 bit: Reserved for paint stage in Pixel Pipeline.
-
48 ~ 63 bit: Flexible bits for extensibility.