We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Desire to allow user to supply their own queue to Bukkit/Sponge implementations.
Major Issue: Right now, a factory is expected to be 1 to 1 relation to its queue. if factory shuts down, the queue shuts down.
But what if 2 factories share the same queue?
How do we process shutdown of a factory and block until its tasks are flushed from the async queue but allow the other factories to continue?
The text was updated successfully, but these errors were encountered:
Some code changes to support #9 in future, but not now
9208522
Unsafe to do at this time
No branches or pull requests
Desire to allow user to supply their own queue to Bukkit/Sponge implementations.
Major Issue:
Right now, a factory is expected to be 1 to 1 relation to its queue.
if factory shuts down, the queue shuts down.
But what if 2 factories share the same queue?
How do we process shutdown of a factory and block until its tasks are flushed from the async queue but allow the other factories to continue?
The text was updated successfully, but these errors were encountered: