Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multithreaded Alfred #28

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Multithreaded Alfred #28

merged 1 commit into from
Dec 7, 2023

Conversation

blairsteven
Copy link
Contributor

With new lua instance locking functionality in Apteryx we can now load lua files and lua snippets from XML files into seperate lua stacks.

This requires changes to the lua that is loaded - currently each lua file in the script directory will be loaded into its own lua state, and the XML files will all be loaded into a single state.

With new lua instance locking functionality in Apteryx we can now load
lua files and lua snippets from XML files into seperate lua stacks.

This requires changes to the lua that is loaded - currently each lua
file in the script directory will be loaded into its own lua state, and
the XML files will all be loaded into a single state.
@carlgsmith carlgsmith merged commit e7b47e5 into master Dec 7, 2023
1 check passed
@carlgsmith carlgsmith deleted the multithreaded_alfred branch December 7, 2023 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants