Starting to get stable and usable. Basically everything is based on callbacks.

This commit is contained in:
meeh
2018-07-13 09:11:46 +00:00
parent 818e70d3a7
commit c8490a3140
7 changed files with 254 additions and 122 deletions

View File

@@ -26,12 +26,6 @@
using namespace subprocess;
using namespace neither;
using maybeAnRouterRunner = std::experimental::optional<RouterTask*>;
extern std::mutex globalRouterStatusMutex;
extern maybeAnRouterRunner globalRouterStatus;
#define DEF_MIN_JVM_VER "1.7+"
class JvmVersion