aikar / aikar/TaskChain

User supplied Queues and Executors

未关闭
#9 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
major thought needed
主要语言
Java
星标
208
派生
38
PR 合并指标
30 天内没有已合并 PR

描述

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?

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。