We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74134c9 commit 39b0789Copy full SHA for 39b0789
1 file changed
script/meta/bee/thread.lua
@@ -1,9 +1,9 @@
1
----@meta
+---@meta bee.thread
2
3
---@class bee.thread
4
local thread = {}
5
6
----@param time integer
+---@param time number
7
function thread.sleep(time) end
8
9
---@param name string
@@ -15,7 +15,7 @@ function thread.channel(name) end
15
16
---@param script string
17
---@return bee.thread.thread
18
-function thread.create(script) end
+function thread.thread(script) end
19
20
---@return string?
21
function thread.errlog() end
0 commit comments