rx_core_observable_timer 0.1.0

timer observable for rx_core
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# [observable_timer]https://github.com/AlexAegis/rx_bevy/tree/master/crates/rx_core_observable_timer

[![crates.io](https://img.shields.io/crates/v/rx_core_observable_timer.svg)](https://crates.io/crates/rx_core_observable_timer)
[![ci](https://github.com/AlexAegis/rx_bevy/actions/workflows/ci.yml/badge.svg)](https://github.com/AlexAegis/rx_bevy/actions/workflows/ci.yml)
[![codecov](https://codecov.io/github/AlexAegis/rx_bevy/graph/badge.svg?token=hUtTGQaWMn&component=rx_core_observable_timer)](https://app.codecov.io/github/AlexAegis/rx_bevy?components%5B0%5D=rx_core_observable_timer)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/AlexAegis/rx_bevy?tab=MIT-1-ov-file)

Emits once after the timer elapses.

## See Also

- [IntervalObservable]https://github.com/AlexAegis/rx_bevy/tree/master/crates/rx_core_observable_interval -
  Emits a sequence of `usize` values on every interval tick.