There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A-sequencer is a light-weight promise based library for executing methods that return promises. It ensures the methods are executed in the order they were provided. It allows methods that return promises to be chained in a manner that either all runs to completion (in order) or the execution gets terminated. Sequencer supports promise returning methods that take arguments and those without arguments.