iced/futures
Héctor Ramón Jiménez dd1b1cac0a Accept a function pointer in Subscription::map
Instead of a closure, a function pointer can be hashed and used to
uniquely identify a particular `Subscription`.

This should fix a bug where two different instances of `Subscription`
producing the same output were not treated differently by the runtime,
causing one of them to be ignored.
2020-10-29 10:27:18 +01:00
..
src Accept a function pointer in Subscription::map 2020-10-29 10:27:18 +01:00
Cargo.toml Implement time::every in iced_futures 2020-04-30 05:37:44 +02:00