I have the variable x
that passes through processes to be really defined and this takes a while, and to tinker with the rest of the application I need it to be defined, ie I need to wait for it to be defined if not the project crash ..
How to expect the variable to be set to release the other things .. I thought of an infinite setinterval but it would be gambiarra, is there something more robust?