MinoMino / minqlbot-plugins

A collection of plugins for minqlbot.
GNU General Public License v3.0
5 stars 10 forks source link

would be useful to know which methods in classes like Player, Game are thread-safe if any #26

Open WalkerY opened 9 years ago

WalkerY commented 9 years ago

if they are not thread safe, pls. consider global lock or sth

WalkerY commented 9 years ago

one that i am interested is if self.teamsize() can cause issues called from another thread (i have long-term stability in mind)