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-safe? #16

Open
sailorfeng opened this issue Jan 25, 2019 · 2 comments
Open

goroutine-safe? #16

sailorfeng opened this issue Jan 25, 2019 · 2 comments

Comments

@sailorfeng
Copy link

It seems this lib is not goroutine-safe for there is a variable symbolTable in package.

@JJBordy
Copy link

JJBordy commented Mar 3, 2023

@sailorfeng any way of solving the concurrency issue?

@ipartner
Copy link

@sailorfeng any way of solving the concurrency issue?

in short the map must be changed to an atomic one or add a couple of mutex here and there

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

No branches or pull requests

3 participants