Prepend task to shared chain
Aberta
- Linguagem predominante
- Java
- Estrelas
- 208
- Forks
- 38
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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()
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.