Packages

Gives the Erlang Runtime System access to POSIX features of the build environment (currently, errno and sigaction.)

Current section

Files

Jump to
posix lib posix.ex
Raw

lib/posix.ex

defmodule System.POSIX do
use Application
def start(_type, _args) do
System.POSIX.Supervisor.start_link()
end
end