mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
storage: Port Reply senders to GenericSender (#38999)
Port the reply / back channels of StorageThreadMsg to GenericChannel. Testing: No functional changes Part of #38912 Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
ef544a4db4
commit
a24e13184f
5 changed files with 30 additions and 25 deletions
|
@ -2611,7 +2611,7 @@ where
|
|||
let (core_ipc_sender, core_ipc_receiver) =
|
||||
ipc::channel().expect("Failed to create IPC channel!");
|
||||
let (storage_ipc_sender, storage_ipc_receiver) =
|
||||
ipc::channel().expect("Failed to create IPC channel!");
|
||||
generic_channel::channel().expect("Failed to create IPC channel!");
|
||||
let mut webgl_threads_receiver = None;
|
||||
|
||||
debug!("Exiting core resource threads.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue