AlexAegis / AlexAegis/rx_bevy

Feature: HoldAllOperator

Aberta
#16 0 comentários 0 reações 1 responsável Reivindicada por @AlexAegis Ver no GitHub
enhancement
Linguagem predominante
Rust
Estrelas
25
Forks
2
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

A similar operator already exists `fallback_when_silent` which is also a firehosing operator, emitting at every tick, but with a fallback value instead of the latest cached value, which is what the hold operator will do, with the added configuration that it can have a limit on how long to hold something for.
This holding length is also coming from the upstream signal.

```rs
HoldRequest {
in: In,
hold_for: Duration
}
```

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.