[added] async todo

This commit is contained in:
Max Cahill 2020-02-01 19:39:51 +11:00
parent 2253533246
commit 22acd78e5e

View File

@ -1,5 +1,12 @@
--[[
simple kernel for async tasks running in the background
todo:
multiple types of callbacks
finish, error, step
getting a reference to the task for manipulation
attaching multiple callbacks
cancelling
]]
local async = class()