7e6a646f03
Change-Id: I1b5fc3bf2df212d0fe70ee890a427ea317dc5aa6
12 lines
550 B
YAML
12 lines
550 B
YAML
---
|
|
features:
|
|
- Introduced a new MuranoPL ``io.murano.system.GC`` class.
|
|
Now, MuranoPL garbage collector can be used to
|
|
set up destruction dependencies between murano objects.
|
|
If object Foo is subscribed to object Bar's destruction,
|
|
it will be notified through a specific handler. If both
|
|
Foo and Bar are going to be destroyed during one execution session,
|
|
Foo will be destroyed after Bar.
|
|
You can omit the handler, in this case destruction order will also
|
|
be preserved. Handler can be a static or a usual function.
|