deferrable

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


License
Other

Documentation

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.