Packages
SuperWorker is a powerful Elixir library for working with supervisors and background jobs. It provides a much simpler approach than traditional supervisors. This library is currently under development and is unstable, so it is not recommended for production use.
Current section
Files
Jump to
Current section
Files
lib/super_worker.ex
defmodule SuperWorker do
@moduledoc """
Documentation for `SuperWorker`.
SuperWorker library is a open-source library for building a fault-tolerant,
distributed, and scalable Elixir applications contributed by Ohhi.vn
Some of the features of SuperWorker include:
- New Supervisor for Elxir application.
"""
end