Packages

Bildad is a job scheduling framework for Phoenix applications (works with LiveView). It is designed to be simple to use and easy to integrate into your existing Elixir applications.

Current section

Files

Jump to
bildad lib bildad.ex
Raw

lib/bildad.ex

defmodule Bildad do
@moduledoc """
This module is the entry point for the Bildad Jobs Framework.
Please see the README for more information.
"""
end