VacuumCleaner.VacuumCleaner (wsdataselect v1.1.22)

Copy Markdown View Source

Summary

Functions

Returns a specification to start this module under a supervisor.

Scans the working directory for all temporary directories. Each temporary directory older than expire seconds will be removed

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

cleanup(expire \\ 300)

@spec cleanup(integer()) :: :ok

Scans the working directory for all temporary directories. Each temporary directory older than expire seconds will be removed

start_link(list)