| Author |
problem to block a method until a line complete.
|
raminaa niilian
Ranch Hand
Joined: Jul 14, 2005
Posts: 550
|
|
Hi Thank you for reading my post. I have a function which in one line of the function i should wait until a another job complete. write now i used a thread that i write the another job logic into it. in current function i call but it get out of the function after i call anotherJob.start() meanwhile i want the method to block until anotherJob complete. can some one give me a help with this?
|
 |
Keith Lynn
Ranch Hand
Joined: Feb 07, 2005
Posts: 2341
|
|
|
look at the join method
|
 |
 |
|
|
subject: problem to block a method until a line complete.
|
|
|