Hi,
I have a funny question. Let's say I did:
[
something
] fork.
and `something` never finishes and does not get GC. And I have a class that I registered in startup list.
Which gets done first? the resume of the above process of the processing of the startup list?
Thanks!