|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#6
|
||||
|
||||
|
Re: Multithreading on Java
the Scheduler when using command based maintains it's own list of active commands, and (when a DS packet arrives) calls their execute() and isFinished() methods for every command on the list (sequentially).
No preemptive scheduling here, everyone's execute() and isFinished() has to play nice.... |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|