Current section
Files
Jump to
Current section
Files
lib/flux.ex
defmodule Flux do
@moduledoc """
Documentation for Flux.
"""
# require Logger
# @doc """
# start_link/3
# ## Examples
# iex> Flux.start_link()
# """
# def start_link(scheme, endpoint, opts) do
# port = Keyword.get(opts, :port)
# otp_app = Keyword.get(opts, :otp_app)
# pool_size = 100
# state = %{
# scheme: scheme,
# endpoint: endpoint,
# otp_app: otp_app
# }
# do_start_link(scheme, port, pool_size, opts, state)
# end
end