Packages
distributed_tasks
0.1.0
Distributed tasks provide a nice way to run a unique task across elixir cluster. This package is built with TDD in mind, you can easily overwrite behaviour of this package by implementing `DistributedTasks.Behaviour` and setting `Application.put_env(:distributed_tasks, :impl, MockedTasks)`.
Current section
4 Dependencies
Jump to
Current section
4 Dependencies
Dependencies of distributed_tasks
4 dependencies| Package | Requirement |
|---|---|
| horde |
~> 0.7
|
| singleton |
~> 1.3.0
|
| singleton_supervisor |
~> 0.2.1
|
| uuid |
~> 1.1
|