Tahg
|
078f48c0fb
|
Code cleanup, fixed doors, chunk entity fetching
|
2011-03-11 16:25:35 -05:00 |
|
Andrew Ardill
|
30d1a5d3fd
|
returning if a thread is not alive should happen before any changes to
the list of workers, hence the return statement should be in the
synchronized block.
|
2011-02-21 16:32:41 +11:00 |
|
Andrew Ardill
|
6269c1e633
|
implementation of isQueued()
|
2011-02-21 16:32:40 +11:00 |
|
Andrew Ardill
|
dc45946163
|
implementation of isCurrentlyRunning(int taskId);
Burrows down to the worker thread assigned to this task, and returns
its alive status. If no such thread exists, then the task is not
running!
|
2011-02-17 13:27:54 +11:00 |
|
Raphfrk
|
973d61c418
|
Allows calling of functions in the main thread
|
2011-02-13 22:12:26 -05:00 |
|
Raphfrk
|
9715e77852
|
Fixes a deadlock issue in CraftScheduler
|
2011-02-13 00:55:58 -05:00 |
|
Erik Broes
|
50e42496e3
|
@Override interface implementation is 1.6 exclusively
|
2011-02-07 11:03:56 +01:00 |
|
Raphfrk
|
9e7991ab52
|
Scheduler
|
2011-02-07 01:03:32 +01:00 |
|