gproc
gproc copied to clipboard
gproc's ets as ordered_set with {write_concurreny, true}
I noticed gproc's ets table is of type ordered_set and it sets {write_concurrency, true}, yet the erlang docs say
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 erlang docs are correct. I've been meaning to remove that, but it's low priority, since it has no effect either way.