Clone
6
Home
Ryan Ward edited this page 2021-12-25 20:38:04 -05:00

About multi

multi is a multitasking library for lua.
The goal was to provide a simple and easy way to run multiple tasks side by side in lua.

This wiki will go over the entirety of this library with detailed explanations of each object and how things work together.

  • The Getting Started page will show the basics of setting the library up and getting it to run on your system.
  • The Objects page will go over the various objects that can be created and used in the library.
  • The Features Features page will talk about features of the library that adds flexibly to the library.
  • The Managers page will talk about starting up the multitasking library and getting it to work in other lua based environments not just the standard lua interpreter.
  • The Reference page is for people who know how to use the library, but need to look up arguments or the spelling of a method.