This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eUtils
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft: 测试代码添加
master
SisMaker
3 years ago
parent
a75df1086e
commit
504e37dddb
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/dataType/utFifo.erl
+1
-1
src/dataType/utLifo.erl
+ 1
- 1
src/dataType/utFifo.erl
View File
@ -13,7 +13,7 @@
new
(
Name
)
-
>
case
ets
:
info
(
Name
,
id
)
of
undefined
-
>
ets
:
new
(
Name
,
[
ordered_set
,
named_table
,
{
write_concurrency
,
true
}
]
)
;
ets
:
new
(
Name
,
[
ordered_set
,
public
,
named_table
,
{
write_concurrency
,
true
}
]
)
;
_
-
>
name_used
end
.
+ 1
- 1
src/dataType/utLifo.erl
View File
@ -16,7 +16,7 @@
new
(
Name
)
-
>
case
ets
:
info
(
Name
,
id
)
of
undefined
-
>
ets
:
new
(
Name
,
[
ordered_set
,
named_table
,
{
write_concurrency
,
true
}
]
)
;
ets
:
new
(
Name
,
[
ordered_set
,
public
,
named_table
,
{
write_concurrency
,
true
}
]
)
;
_
-
>
name_used
end
.
Write
Preview
Loading…
Cancel
Save