mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
Weak Reference class that allows a referenced object to be garbage-collected. A WeakRef may be used exactly like the object it references. WWW: https://github.com/ruby/weakref
5 lines
178 B
Text
5 lines
178 B
Text
Weak Reference class that allows a referenced object to be garbage-collected.
|
|
|
|
A WeakRef may be used exactly like the object it references.
|
|
|
|
WWW: https://github.com/ruby/weakref
|