Hello! As my question states, which is better to use, spawn functions, or coroutines? Which is faster and more efficient?
Coroutine is considered to be better since it doesn’t have a yield. If you need a yield tho before the function runs, you can use spawn().
Many topics talk about this, notably this one which should be a waterfall of information:
2 Likes