mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Update Lua::poll_pending doc (still hidden)
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user