AlexAegis / AlexAegis/rx_bevy

Feature: subscribe_on_quantized/subscribe_on_beat operator

未关闭
#20 0 条评论 0 个 reaction 已指派 1 人 已被 @AlexAegis 认领 在 GitHub 查看
enhancement question
主要语言
Rust
星标
25
派生
2
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。