Added sync server executor and some utils for CompletableFuture-based commands support
- Added sync server executor that executes runnable in it's "execute" method if it is called from main server thread or delegate execution to nextTick otherwise
1 parent 30795cc commit c4b74d11118462efabefda9ca9d2b448f25a7be1
@vlad20012 vlad20012 authored on 7 Jan 2017
Showing 3 changed files
View
src/main/java/org/ultramine/commands/CommandContext.java
View
src/main/java/org/ultramine/commands/basic/TechCommands.java
View
src/main/java/org/ultramine/server/util/GlobalExecutors.java