Skip to content

peek-travel/deferrable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deferrable

This is pre-release and will go through a couple more revisions before considered stable.

Library for deferring execution of code until the completion of a transaction block.

Similar in concept to database transactions with support for nesting and partial-rollbacks.

Installation

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

def deps do
  [
    {:deferrable, "~> 0.0.1"}
  ]
end

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

About

Why do now what you can defer till later?

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages