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

Is RSQLParser.parse() thread-safe? #34

Open
gevaerts opened this issue Apr 16, 2018 · 2 comments
Open

Is RSQLParser.parse() thread-safe? #34

gevaerts opened this issue Apr 16, 2018 · 2 comments

Comments

@gevaerts
Copy link

It would be useful if the documentation says whether parsing is thread-safe.

Based on a quick look at what RSQLParser.parse() does, I think it's thread-safe. Is that correct?

@jmzc
Copy link

jmzc commented Apr 30, 2018

@gevaerts , I agree with you: looking at source code , I think RSQLParser is thread-safe.
But it would be nice if someone else could confirm it

@qnhant5010
Copy link

Several prod tests agree that RSQLParser is thread-safe.

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