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

支持 goroutine #17

Closed
xushiwei opened this issue Apr 3, 2016 · 1 comment
Closed

支持 goroutine #17

xushiwei opened this issue Apr 3, 2016 · 1 comment
Milestone

Comments

@xushiwei
Copy link
Member

xushiwei commented Apr 3, 2016

主要是将 qlang 改为多线程安全的工作。包括:

1、exec.Module(...) 指令的多线程安全;
2、qlang.v1 中 interpreter.EvalCode 不支持重入,是多线程不安全的;但是如果我们只考虑在 qlang.v2 中支持 goroutine,则无此问题;

@xushiwei xushiwei added this to the qlang.v2 milestone Apr 3, 2016
xushiwei added a commit that referenced this issue Apr 3, 2016
xushiwei added a commit that referenced this issue Apr 3, 2016
@xushiwei
Copy link
Member Author

xushiwei commented Apr 3, 2016

exec.Module(...) 指令的多线程安全单独建立 issue

@xushiwei xushiwei closed this as completed Apr 3, 2016
xushiwei added a commit that referenced this issue Apr 4, 2016
xushiwei added a commit that referenced this issue Apr 4, 2016
xushiwei added a commit that referenced this issue May 21, 2016
xushiwei added a commit that referenced this issue May 21, 2016
xushiwei added a commit that referenced this issue May 21, 2016
xushiwei added a commit that referenced this issue May 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant