mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 01:04:10 +00:00
doc: xdg, MAINTAIN.md, channel-id, job control
- tutor: emphasize K
This commit is contained in:
@@ -34,6 +34,7 @@ void loop_init(Loop *loop, void *data)
|
||||
|
||||
/// Processes one `Loop.uv` event (at most).
|
||||
/// Processes all `Loop.fast_events` events.
|
||||
/// Does NOT process `Loop.events`, that is an application-specific decision.
|
||||
///
|
||||
/// @returns true if `ms` timeout was reached
|
||||
bool loop_poll_events(Loop *loop, int ms)
|
||||
|
||||
Reference in New Issue
Block a user