From 22acd78e5e4530c1eb93697837e503a653f0352a Mon Sep 17 00:00:00 2001 From: Max Cahill <1bardesign@gmail.com> Date: Sat, 1 Feb 2020 19:39:51 +1100 Subject: [PATCH] [added] async todo --- async.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/async.lua b/async.lua index 8e488dc..6541d13 100644 --- a/async.lua +++ b/async.lua @@ -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()