We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4348e3c commit d2aca7cCopy full SHA for d2aca7c
src/bpe_sup.erl
@@ -7,7 +7,7 @@
7
-export([start_link/0]).
8
-export([init/1]).
9
10
--opt() -> [ set, named_table, { keypos, 1 }, public ].
+opt() -> [ set, named_table, { keypos, 1 }, public ].
11
tables() -> [ processes ].
12
start_link() -> supervisor:start_link({local, ?MODULE}, ?MODULE, []).
13
init([]) -> [ ets:new(T,opt()) || T <- tables() ],
0 commit comments