mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
In the future, servo components should depend on the generic channels in base instead of IpcChannels to correctly optimize for multiprocess vs non-multiprocess mode. This reexports IpcSharedMemory as GenericSharedMemory in GenericChannel and changes all dependencies on it. Currently this is only a type/name change and does not change functionality. But in the future we would want want to use non-ipc things for the data. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com> Testing: This changes types and does not need testing. --------- Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>