Update Lua::poll_pending doc (still hidden)

This commit is contained in:
Alex Orlenko
2025-03-31 22:26:47 +01:00
parent 72682198eb
commit 4d2ff45a8b
+2
View File
@@ -1976,6 +1976,8 @@ impl Lua {
}
/// Returns an internal `Poll::Pending` constant used for executing async callbacks.
///
/// Every time when [`Future`] is Pending, Lua corotine is suspended with this constant.
#[cfg(feature = "async")]
#[doc(hidden)]
#[inline(always)]