Can we make snippet to wait until called snippet execution completed

Thanks Chandra for a quick reply.
Here in my scenario, I am calling another snippet. so this

skuid.snippet.getSnippet('SaveQLIModels'); 

will return a function and that function should have a callback to execute the remaining logic?