This website requires JavaScript.
Explore
Help
Register
Sign In
Azimkin
/
CraftBukkit
Watch
1
Star
0
Fork
0
You've already forked CraftBukkit
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
CraftBukkit
/
src
/
main
/
java
/
org
/
bukkit
/
craftbukkit
/
scheduler
History
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
..
CraftFuture.java
Allows calling of functions in the main thread
2011-02-13 22:12:26 -05:00
CraftScheduler.java
implementation of isQueued()
2011-02-21 16:32:40 +11:00
CraftTask.java
implementation of isCurrentlyRunning(int taskId);
2011-02-17 13:27:54 +11:00
CraftThreadManager.java
returning if a thread is not alive should happen before any changes to
2011-02-21 16:32:41 +11:00
CraftWorker.java
implementation of isCurrentlyRunning(int taskId);
2011-02-17 13:27:54 +11:00
ObjectContainer.java
Allows calling of functions in the main thread
2011-02-13 22:12:26 -05:00