View Source NervesUEvent.UEvent (nerves_uevent v0.1.1)

GenServer that captures Linux uevent messages and passes them up to Elixir.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

option()

@type option() :: {:autoload_modules, boolean()}

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)

@spec start_link([option()]) :: GenServer.on_start()