Files
servo/components/shared/base/generic_channel
Narfinger e0533af47e base: Replace calls to servo_opts in generic channel with OnceLock (#42782)
Previous we had multiple calls to
`servo_config::opts::get().multiprocess ||
servo_config::opts::get().force_ipc` scattered
throughout the code base for GenericChannel etc. This replaces it with a
simple function and a LazyLock to get more consistency.

Testing: Compilation is the test.

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
2026-02-24 15:48:06 +00:00
..