Packages

Some code to trigger garbage collection in Erlang and Elixir.

Current section

Files

Jump to
garbage_man lib garbage_man.ex
Raw

lib/garbage_man.ex

defmodule GarbageMan do
@modulecode """
Have a look at the modules in this package, like:
* ProcessCollector
"""
use Application
def start(_type, _args) do
# No application here yet.
end
end