Skip to content

An Elixir lib for managing Tasks that allows to have a certain number or running tasks, certain number of tasks to be queued for later execution while letting the caller know when it has gone out of room and the caller has to stick with it's task till some room frees. It could also support the capability of letting a limited number of callers kn…

Notifications You must be signed in to change notification settings

dapdizzy/task_keeper_home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskKeeper

TODO: Add description

Installation

If available in Hex, the package can be installed by adding task_keeper to your list of dependencies in mix.exs:

def deps do
  [
    {:task_keeper, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/task_keeper.

About

An Elixir lib for managing Tasks that allows to have a certain number or running tasks, certain number of tasks to be queued for later execution while letting the caller know when it has gone out of room and the caller has to stick with it's task till some room frees. It could also support the capability of letting a limited number of callers kn…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages