We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed gproc's ets table is of type ordered_set and it sets {write_concurrency, true}, yet the erlang docs say
ordered_set
{write_concurrency, true}
In current implementation, table type ordered_set is not affected by this option.
Are the Erlang docs mistaken or is gproc's usage of {write_concurrency, true} for naught?
The text was updated successfully, but these errors were encountered:
The erlang docs are correct. I've been meaning to remove that, but it's low priority, since it has no effect either way.
Sorry, something went wrong.
No branches or pull requests
I noticed gproc's ets table is of type
ordered_set
and it sets{write_concurrency, true}
, yet the erlang docs sayAre the Erlang docs mistaken or is gproc's usage of
{write_concurrency, true}
for naught?The text was updated successfully, but these errors were encountered: