Due to changes made in mlua the new scheduler is much simpler. It also had no real business being part of the device manager, so it has now been moved to be part of the returned config.
9 lines
148 B
Lua
9 lines
148 B
Lua
---@meta
|
|
|
|
---@class DeviceManager
|
|
local DeviceManager
|
|
---@param device DeviceInterface
|
|
function DeviceManager:add(device) end
|
|
|
|
return DeviceManager
|