You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once a participle.Parser has been created, is it safe to call Parse(), ParseBytes(), etc. from multiple go routines at the same time? (Or do I need to make a pool of participle.Parser instances.)
I didn't see anything in the documentation about this, and there's enough interesting stuff going on internally that is wasn't clear to me by skimming the source either.
Any info on this would be helpful. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Once a participle.Parser has been created, is it safe to call Parse(), ParseBytes(), etc. from multiple go routines at the same time? (Or do I need to make a pool of participle.Parser instances.)
I didn't see anything in the documentation about this, and there's enough interesting stuff going on internally that is wasn't clear to me by skimming the source either.
Any info on this would be helpful. Thanks in advance.
The text was updated successfully, but these errors were encountered: