Quote:
Originally Posted by Pault
Over the summer I decided to code my own version, and my way of working around these problems was simply to put the execution of the CommandGroup on a separate thread, that way the method could be run live and actually iterate through the code in real time instead of just throwing a bunch of commands in a queue.
|
Hard to see how multiple threads will improve things for teams that are tripped up by Java's call by value semantics.