FYI.Application (FYI v1.0.2)

View Source

FYI Application supervisor.

Starts the Task.Supervisor used for async event delivery.

Add this to your application's supervision tree or configure FYI to start automatically:

# In your application.ex
children = [
  # ... your other children
  FYI.Application
]

Or let the installer add it for you with mix fyi.install.

Summary

Functions

Returns the child spec for adding FYI to a supervision tree.

Functions

child_spec(opts)

Returns the child spec for adding FYI to a supervision tree.