Update Lua::poll_pending doc (still hidden)

This commit is contained in:
Alex Orlenko
2025-03-31 22:26:47 +01:00
parent 311aa5f6e1
commit 5f950e30ec
+2
View File
@@ -1907,6 +1907,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)]