iced/futures/src
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
..
executor doc feature flags in futures 2020-04-04 02:25:40 +01:00
subscription Fix broken link in Tracker::broadcast docs 2020-04-02 03:50:39 +02:00
command.rs Use Rc in Command::map for Wasm 2020-04-25 02:29:40 +02:00
executor.rs Fix missing link in Executor::enter doc comment 2020-04-02 03:44:14 +02:00
lib.rs Disable time module on Wasm for now 2020-04-30 05:51:41 +02:00
runtime.rs Enter executor context only on Recipe creation 2020-02-16 11:31:37 +01:00
subscription.rs Accept a function pointer in Subscription::map 2020-10-29 10:27:18 +01:00
time.rs Implement time::every in iced_futures 2020-04-30 05:37:44 +02:00