https://github.com/theoboldalex/wee_jobby
A basic concurrent job runner library created to learn about Elixir GenServers
https://github.com/theoboldalex/wee_jobby
beam elixir erlang-otp genserver otp
Last synced: about 1 year ago
JSON representation
A basic concurrent job runner library created to learn about Elixir GenServers
- Host: GitHub
- URL: https://github.com/theoboldalex/wee_jobby
- Owner: theoboldalex
- Created: 2024-11-29T15:15:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T19:38:06.000Z (over 1 year ago)
- Last Synced: 2025-02-01T13:41:44.267Z (over 1 year ago)
- Topics: beam, elixir, erlang-otp, genserver, otp
- Language: Elixir
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeeJobby
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `wee_jobby` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:wee_jobby, "~> 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 .