diff --git a/Thread.md b/Thread.md index 8d6ee2c..292e5fa 100644 --- a/Thread.md +++ b/Thread.md @@ -3,7 +3,7 @@ Threads are "functions" you can execute simultaneously. Ofc the reality is, i am Here is a list of all available functions for threads:
## start -sets the time the timer should wait after calling your function +starts a new thread and executes the function ````lua local mainFrame = basalt.createFrame("myFirstFrame"):show() local aThread = mainFrame:addThread("myFirstThread"):show()