AlexAegis / AlexAegis/rx_bevy

Feature: subscribe_on_quantized/subscribe_on_beat operator

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

Descrição

Observables can express "tasks" or "jobs", that are continuously executing something, until they are either done, errored, or cancelled, and they do not necessarily emit anything beside the terminal signals as status.

To provide the ability for subscriptions to be made precisely at a quantized point in time, an operator very similar to the regular `subscribe_on` is required.

- Note that this may be more convenient to implement by having a dedicated quantized_task at the scheduler level, instead of just using a continuous task as is.
- Note that Schedule Tasks may have to be renamed to "Jobs" to not confuse the concept of an "observable task", for which the word "task" is more suited

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.