murano/releasenotes/notes/gc-isdoomed-isdestroyed-9598a6e15dbf36a0.yaml
Stan Lagun dc050d41cb GC.isDoomed() and GC.isDestroyed() functions were added
io.murano.system.GC.isDoomed() static method was added. It can be used
within the .destroy method to test if other object is also going to be
destroyed.

io.murano.system.GC.isDestroyed() static method was added. It checks if
the object is destroyed and thus no methods can be invoked on it.

Targets-blueprint: dependency-driven-resource-deallocation
Change-Id: I9ca51f342be27e88e149f217b41145becdfbe232
2016-09-14 03:47:19 +00:00

9 lines
330 B
YAML

---
features:
- io.murano.system.GC.isDoomed() static method was added. It can be used
within the ``.destroy`` method to test if other object is also going to be
destroyed.
- io.murano.system.GC.isDestroyed() static method was added. It checks if
the object is destroyed and thus no methods can be invoked on it.