Yes or No?
If i'm in function f() -> loadXML()... and loadXML() is being executed... then could it happen, that we reach the end of function f() and we return back the execution to the place where f() was called? And in the meantime loadXML() is still running?