servo/components/style/rule_tree
Anthony Ramine 7f54d14904 Make the rule tree actually threadsafe
RuleTree::gc is now a safe method that any thread can call
at any time, and StrongRuleNode values can all be dropped
whenever their owner want to, on any thread.
2020-04-20 17:39:19 +02:00
..
core.rs Make the rule tree actually threadsafe 2020-04-20 17:39:19 +02:00
level.rs Move CascadeLevel to its own rule_tree submodule 2020-04-17 11:43:39 +02:00
map.rs Change Map::get_or_insert_with to Map::entry 2020-04-20 14:17:14 +02:00
mod.rs style: Fix some rebase messups from the rule tree refactoring. 2020-04-18 03:48:21 +02:00
source.rs style: Fix some rebase messups from the rule tree refactoring. 2020-04-18 03:48:21 +02:00
unsafe_box.rs Make the rule tree actually threadsafe 2020-04-20 17:39:19 +02:00