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

Issue #192 : added NewFunctionFromProto #193

Merged
merged 1 commit into from
Aug 16, 2018

Conversation

tul
Copy link
Contributor

@tul tul commented Jul 17, 2018

added example to README of how to use this to share byte code
between LStates.

Fixes #192 .

Changes proposed in this pull request:

Add new method to create an LFunction from a FunctionProto and add documentation on how to use it to reuse byte code between LStates.

added example to README of how to use this to share byte code
between LStates.
@coveralls
Copy link

coveralls commented Jul 17, 2018

Coverage Status

Coverage decreased (-1.3%) to 89.898% when pulling 7a6135d on tul:shared_byte_code_readme into 46796da on yuin:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-1.3%) to 89.898% when pulling 7a6135d on tul:shared_byte_code_readme into 46796da on yuin:master.

@yuin
Copy link
Owner

yuin commented Aug 16, 2018

@tul Sorry for very very late response. Thanks for your contribution. This seems providing neat way for sharing lua codes under multi-goroutine envinronments!

@yuin yuin merged commit b562f9e into yuin:master Aug 16, 2018
@tul tul deleted the shared_byte_code_readme branch December 20, 2019 10:00
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.

3 participants