docs(luvref): update to version bump

This commit is contained in:
Christian Clason 2024-01-06 11:45:25 +01:00
parent 2eb74bff0e
commit 099bd35a7d

View File

@ -977,15 +977,15 @@ called from another thread.
async:send() async:send()
< <
uv.new_async([{callback}]) *uv.new_async()* uv.new_async({callback}) *uv.new_async()*
Parameters: Parameters:
- `callback`: `callable` or `nil` - `callback`: `callable`
- `...`: `threadargs` passed to/from - `...`: `threadargs` passed to/from
`uv.async_send(async, ...)` `uv.async_send(async, ...)`
Creates and initializes a new |uv_async_t|. Returns the Lua Creates and initializes a new |uv_async_t|. Returns the Lua
userdata wrapping it. A `nil` callback is allowed. userdata wrapping it.
Returns: `uv_async_t userdata` or `fail` Returns: `uv_async_t userdata` or `fail`