./ct_report/coverage/mongoose_wpool_generic.COVER.html
1 | -module(mongoose_wpool_generic). |
|
2 | -behaviour(mongoose_wpool). |
|
3 |
|
|
4 | -export([init/0]). |
|
5 | -export([start/4]). |
|
6 | -export([stop/2]). |
|
7 |
|
|
8 | %% -------------------------------------------------------------- |
|
9 | %% mongoose_wpool callbacks |
|
10 | init() -> |
|
11 | :-( |
ok. |
12 |
|
|
13 | start(HostType, Tag, WpoolOptsIn, _ConnOpts) -> |
|
14 | 88 | ProcName = mongoose_wpool:make_pool_name(generic, HostType, Tag), |
15 | 88 | mongoose_wpool:start_sup_pool(generic, ProcName, WpoolOptsIn). |
16 |
|
|
17 | stop(_, _) -> |
|
18 | 88 | ok. |
Line | Hits | Source |
---|