Fix wasm_bindgen backend in iced_futures
This commit is contained in:
parent
f5bcfec821
commit
b40db569a2
1 changed files with 1 additions and 2 deletions
|
|
@ -16,8 +16,7 @@ impl crate::Executor for Executor {
|
||||||
|
|
||||||
pub mod time {
|
pub mod time {
|
||||||
//! Listen and react to time.
|
//! Listen and react to time.
|
||||||
use crate::core::Hasher;
|
use crate::subscription::{self, Hasher, Subscription};
|
||||||
use crate::subscription::{self, Subscription};
|
|
||||||
use crate::BoxStream;
|
use crate::BoxStream;
|
||||||
|
|
||||||
/// Returns a [`Subscription`] that produces messages at a set interval.
|
/// Returns a [`Subscription`] that produces messages at a set interval.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue