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.
Lua::poll_pending
1 parent 7268219 commit 4d2ff45Copy full SHA for 4d2ff45
1 file changed
src/state.rs
@@ -1976,6 +1976,8 @@ impl Lua {
1976
}
1977
1978
/// Returns an internal `Poll::Pending` constant used for executing async callbacks.
1979
+ ///
1980
+ /// Every time when [`Future`] is Pending, Lua corotine is suspended with this constant.
1981
#[cfg(feature = "async")]
1982
#[doc(hidden)]
1983
#[inline(always)]
0 commit comments