Feature: subscribe_on_quantized/subscribe_on_beat operator
未關閉
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 還沒有評估資料。