aikar / aikar/TaskChain

Prepend task to shared chain

Open
#16 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
208
Forks
38
PR merge metrics
No merged PRs in 30d

Description

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()
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.