added queue_data class
This commit is contained in:
@@ -24,6 +24,10 @@ mqueue.new = function ()
|
|||||||
---@field qtype TYPE
|
---@field qtype TYPE
|
||||||
---@field message any
|
---@field message any
|
||||||
|
|
||||||
|
---@class queue_data
|
||||||
|
---@field key any
|
||||||
|
---@field val any
|
||||||
|
|
||||||
---@class mqueue
|
---@class mqueue
|
||||||
local public = {}
|
local public = {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user