I have a procedure with tasks in it. I have to do something after the all of the tasks terminated. How can I do that?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Declare the tasks in an inner block: the block won't exit until all the tasks are complete, ARM7.6.1(4)
|
|||
|
|
Without any knowledge of what you're actually trying to accomplish, a couple stabs at accomplishing this would be:
|
|||
|
|