> For the complete documentation index, see [llms.txt](https://osl.mistium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osl.mistium.com/packages/concurrency.md).

# Scripting & Concurrency

Packages for scripting, background threads, and synchronization.

* [lua](/packages/concurrency/lua.md) - Embed and run Lua scripts.
* [thread](/packages/concurrency/thread.md) - Background threads.
* [sync](/packages/concurrency/sync.md) - Named locks for synchronisation.
