Camaro Posted February 23, 2019 Posted February 23, 2019 Is there any lock-type object specific to Osbot that I can use to help asynchronous Events edit shared variables?
Explv Posted February 23, 2019 Posted February 23, 2019 7 hours ago, camaro 09 said: Is there any lock-type object specific to Osbot that I can use to help asynchronous Events edit shared variables? There's nothing special about OSBot asynchronous events. Just make use of Java's synchronized modifier. 1