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