We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae00fce + 72d8fdb commit e79aa15Copy full SHA for e79aa15
src/runtime/mod.rs
@@ -2,7 +2,7 @@
2
//!
3
//! The way to use this is to call [`block_on()`]. Inside the future, [`Reactor::current`]
4
//! will give an instance of the [`Reactor`] running the event loop, which can be
5
-//! to [`Reactor::wait_for`] instances of
+//! to [`AsyncPollable::wait_for`] instances of
6
//! [`wasi::Pollable`](https://docs.rs/wasi/latest/wasi/io/poll/struct.Pollable.html).
7
//! This will automatically wait for the futures to resolve, and call the
8
//! necessary wakers to work.
0 commit comments