Open aikar opened 8 years ago
@aikar
When I've mentioned a "Scheduler" to their channel before, it was met with a resounding "NO".
Reasoning? They dislike running code snippets later on. They, instead, prefer to their tick event handlers......
@Zidane posting to main should be easy to do with the tick event handler, just maintain a ConcurrentLinkedQueue of tasks to run each tick.
The tick based delay will be trickier, but should be possible using same event if we maintain track of tick count too.
@aikar The main issue with forge is that it needs gradle to build. Put it in a separate repo?
@liach I would be willing to convert TaskChain to gradle if someone PR's it using my base gradle file at https://github.com/aikar/util/blob/master/build.gradle and set the multi projects up like I did for IDB
Major Concern: Scheduler?