View Source erldist_filter_dist_util_tracer behaviour (erldist_filter v1.28.5)

Summary

Callbacks

Link to this callback

shutdown(Module, Line, Data, Reason)

View Source
-callback shutdown(Module, Line, Data, Reason) -> Ignored
            when
                Module :: module(),
                Line :: non_neg_integer(),
                Data :: dynamic(),
                Reason :: dynamic(),
                Ignored :: no_return().