Threads
Is there any option to control from one bot(thread) the other bots(threads)?
I need to do some stuff with the bot_1 (operations) and the other threads need those operations to act, but i don't know how to do it because i don't know enough how works pogamut with threads.
i tried to get the threads and call wait() until i finish the operations and after that, i resume them with notify() but it seems that there are some errors with all these stuff.
Any suggestion?