Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 759 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 759 Bytes

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.