View Source API Reference Tmp v0.3.0

Modules

Tmp

Temporary directories that are monitored and automatically removed.

Monitors Tmp.Worker processes and removes their associated temporary directories when the processes exit. It is typically started as part of the Tmp supervision tree and should not be used directly.

Executes the function given to Tmp.dir/3 in a temporary GenServer process. This module is not typically used directly.