I need to find a solution for wait for a method or function finish to run its code. How can i do this?
Example : Method a, Method b.
I have to run b when a is finished!
Thanks.
I need to find a solution for wait for a method or function finish
Share
Or you run them asynchronously?