rayaman / multi

My multitasking library for lua
MIT License
27 stars 0 forks source link

Add Processes for code grouping #22

Closed rayaman closed 3 years ago

rayaman commented 3 years ago

Would allow a user to group related tasks to a process. This would give greater control for managing a bunch of objects that need to be linked together. This should work for all objects including coroutine based threads. (System threads excluded!)