Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forge Support #2

Open
aikar opened this issue Oct 18, 2016 · 4 comments
Open

Forge Support #2

aikar opened this issue Oct 18, 2016 · 4 comments

Comments

@aikar
Copy link
Owner

aikar commented Oct 18, 2016

Major Concern: Scheduler?

@Zidane
Copy link

Zidane commented Oct 18, 2016

@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......

@aikar
Copy link
Owner Author

aikar commented Oct 18, 2016

@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.

@liach
Copy link

liach commented Apr 8, 2018

@aikar The main issue with forge is that it needs gradle to build. Put it in a separate repo?

@aikar
Copy link
Owner Author

aikar commented Apr 9, 2018

@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

https://github.com/aikar/db

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants