Skip to content

v0.4.0

Choose a tag to compare

@SquidDev SquidDev released this 02 Feb 09:16
· 245 commits to master since this release
  • Construct Lua states using a builder instead.
  • Run Lua coroutines using an executor. This allows you to pool threads for short-lived coroutines if desired, as well as set custom properties on the threads (such as priority and name).