mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Use mitochondria::OnceCell to store ScriptThread in TLS
This commit is contained in:
parent
1b68f79468
commit
2002de441f
4 changed files with 42 additions and 45 deletions
|
@ -63,6 +63,7 @@ extern crate log;
|
|||
#[macro_use]
|
||||
extern crate mime;
|
||||
extern crate mime_guess;
|
||||
extern crate mitochondria;
|
||||
extern crate msg;
|
||||
extern crate net_traits;
|
||||
extern crate num_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue