mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
This implements a GenericOneshot channel. The size in the crossbeam channel is restricted while in the Ipc case we use the same IpcChannel(for now). We also use these channels in WebDriver to prove they work. Testing: Unit Tests and compilation still works. Fixes: https://github.com/servo/servo/issues/39019 Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>