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 摘要。