Prepend task to shared chain
Ouverte
- Langage dominant
- Java
- Étoiles
- 208
- Forks
- 38
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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()
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.