poll-reactive

Crates.iopoll-reactive
lib.rspoll-reactive
version0.1.0
sourcesrc
created_at2024-03-31 09:32:21.860391
updated_at2024-03-31 09:32:21.860391
descriptionA minimalistic poll-based reactive library
homepage
repository
max_upload_size
id1191568
size23,585
Fabian Keller (bluenote10)

documentation

README

poll-reactive

A minimalistic poll-based reactive library.

Instead of push-based reactivity, it opts for pull-based reactivity, i.e., components have to poll. This mainly make sense for e.g. game engines where components have a "run once per frame" method anyway. In return it comes with a number of simplifications like avoiding the need for 'static closures, and a "natural" batching.

Commit count: 0

cargo fmt