We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9aba68 commit c6322c8Copy full SHA for c6322c8
lib/src/async_event.rs
@@ -1,6 +1,4 @@
1
-//! Provides an implementation of Future for locating a web_sys::Element by its
2
-//! id.
3
-//!
+//! Async/await until a closure returns `true`.
4
use std::future::Future;
5
use std::pin::Pin;
6
use std::task::{Context, Poll, Waker};
0 commit comments