Prepend task to shared chain
未關閉
- 主要語言
- Java
- 星號
- 208
- 分支
- 38
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Is it currently possible to insert into shared chain at the beginning, not the end? I'm using taskchain for queue-like thing and I need to make some tasks high priority.
In the current scenario, I'm adding things to the queue like this:
```
sharedChain.async(..).asyncFirstCallback(..).sync(..).execute()
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。