mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
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>