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
@type option() :: {:autoload_modules, boolean()}
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec start_link([option()]) :: GenServer.on_start()