mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Allow refcounting arbitrary DOM objects in concert with the GC to enable safe, asynchronous/cross-task references to pinned objects.
This commit is contained in:
parent
c4b93d30e4
commit
2f059c15e7
8 changed files with 210 additions and 154 deletions
|
@ -59,6 +59,7 @@ pub mod dom {
|
|||
pub mod cell;
|
||||
pub mod global;
|
||||
pub mod js;
|
||||
pub mod refcounted;
|
||||
pub mod utils;
|
||||
pub mod callback;
|
||||
pub mod error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue