Page 1 of 1

Async code execution

Posted: 17 Jul 2018 11:36
by ale5000
Hi,
I need a part of code that execute completely separated from the main code.
I have found coroutine but they aren't async.

Is there a way to run async code in lua?