Skip to content

Commit

Permalink
[diameter] Internal function should not be documented
Browse files Browse the repository at this point in the history
  • Loading branch information
bmk committed Nov 7, 2024
1 parent fe7fd9c commit 3f02d43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/diameter/src/base/diameter_service.erl
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ stop(No, _) ->
%% So, technically, the service is already stopped,
%% but the cleanup may not have completed...
%% This is a simple race, so we should not have to wait long...

-doc false.

await_service_cleanup(SvcName) ->
do_await_service_cleanup(SvcName, 10).

Expand Down

0 comments on commit 3f02d43

Please sign in to comment.