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
super_worker lib super_worker.ex
Raw

lib/super_worker.ex

defmodule SuperWorker do
@moduledoc """
Documentation for `SuperWorker`.
SuperWorker library is a open-source library for building a fault-tolerant, and scalable Elixir applications contributed by Ohhi.vn
Some of the features of SuperWorker include:
- All in one supervisor for Elixir application.
- Support for standalone, group, chain workers.
- Support for partitioning workers for better scalability.
- Support for worker restart strategy.
Please go to docs of modules for more information.
"""
end