|
@ -20,7 +20,7 @@ start(Num, Pid) -> |
|
|
exit(normal). |
|
|
exit(normal). |
|
|
|
|
|
|
|
|
init(_Num) -> |
|
|
init(_Num) -> |
|
|
ets:new(test, [ordered_set, public, named_table, {write_concurrency, true}]). |
|
|
|
|
|
|
|
|
ets:new(test_order, [ordered_set, public, {write_concurrency, true}]). |
|
|
|
|
|
|
|
|
insert(0, Ds) -> |
|
|
insert(0, Ds) -> |
|
|
Ds; |
|
|
Ds; |
|
|