diff --git a/dist/lua/annotations.lua b/dist/lua/annotations.lua index 0daf8f0..6408412 100644 --- a/dist/lua/annotations.lua +++ b/dist/lua/annotations.lua @@ -307,6 +307,11 @@ local Codemp = {} ---connect to codemp server, authenticate and return client function Codemp.connect(host, username, password) end +---@return function | nil +---@nodiscard +---check if codemp thread sent a callback to be run on main thread +function Codemp.poll_callback() end + ---@param data string ---@return integer ---use xxh3 hash, returns an i64 from any string