Packages

The asynchronous version of Elixir's "with", resolving the dependency graph and executing the clauses in the most performant way possible!

Current section

Files

Jump to
async_with .formatter.exs
Raw

.formatter.exs

[
inputs: ["mix.exs", ".formatter.exs", ".credo.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: [async: 1, async: 2],
export: [locals_without_parens: [async: 1, async: 2]]
]