https://github.com/kronicdeth/async_with
https://github.com/kronicdeth/async_with
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kronicdeth/async_with
- Owner: KronicDeth
- Created: 2017-07-06T03:52:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T03:54:25.000Z (over 8 years ago)
- Last Synced: 2025-01-14T08:27:04.965Z (9 months ago)
- Language: Elixir
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AsyncWith
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `async_with` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:async_with, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/async_with](https://hexdocs.pm/async_with).