mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
add docs for ruby_release_queue
This commit is contained in:
parent
dfb0a3c08f
commit
4ba45bab95
1 changed files with 4 additions and 1 deletions
|
@ -170,7 +170,10 @@ namespace rr {
|
|||
ConcurrentQueue<v8::Persistent<void>*> v8_release_queue;
|
||||
|
||||
/**
|
||||
* Queue to hold
|
||||
* Ruby objects that had been retained by this isolate, but that
|
||||
* are eligible for release. Generally, an object ends up in a
|
||||
* queue when the v8 object that had referenced it no longer
|
||||
* needs it.
|
||||
*/
|
||||
ConcurrentQueue<VALUE> rb_release_queue;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue