diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mirrored_supervisor.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl index 212ab23842..63fb991e62 100644 --- a/src/mirrored_supervisor.erl +++ b/src/mirrored_supervisor.erl @@ -68,6 +68,9 @@ %% application should invoke create_tables() (or table_definitions() %% if it wants to manage table creation itself). %% +%% Note that in contrast to gen_server2, when using +%% mirrored_supervisor you *must* always call all APIs from the +%% mirrored_supervisor module, and not from the supervisor module. %% %% Internals %% --------- |
