Crate libuv_bindings

Source

Structs§

AsyncHandle
Binding to libuv’s Async handle used to trigger the execution of a callback in the Neovim thread.
TimerHandle
Binding to libuv’s Timer handle used to schedule callbacks to be called in the future.

Enums§

Error