mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
storage: Move shared functionality to base (#39419)
Part of #39418. See that PR for a full description. Moves: - `read_json_from_file` - `write_json_to_file` - `IpcSendResult` - `IpcSend` Renames: - `CoreResourceThreadPool` to `ThreadPool` (shorter and more descriptive, as we use it for more than the core resource thread now) Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
ba208b19cc
commit
f766b66a97
25 changed files with 254 additions and 98 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -766,10 +766,13 @@ dependencies = [
|
|||
"crossbeam-channel",
|
||||
"ipc-channel",
|
||||
"libc",
|
||||
"log",
|
||||
"mach2",
|
||||
"malloc_size_of_derive",
|
||||
"parking_lot",
|
||||
"rayon",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"servo_config",
|
||||
"servo_malloc_size_of",
|
||||
"time",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue