mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00:00
Prepare servo_arc for publication on crates.io
This commit is contained in:
parent
5a82a1d455
commit
b0003f77e4
4 changed files with 18 additions and 17 deletions
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
//! Fork of Arc for Servo. This has the following advantages over std::Arc:
|
||||
//! Fork of Arc for Servo. This has the following advantages over std::sync::Arc:
|
||||
//!
|
||||
//! * We don't waste storage on the weak reference count.
|
||||
//! * We don't do extra RMU operations to handle the possibility of weak references.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue