Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Soluto/flowz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

This repository is no longer maintained and has been archived. Feel free to browse the code, but please migrate to other solutions.

Flowz

Flowz is a library for writing resumable asynchronous code.

Flowz saves the state of the execution internally and when it is resumed it plays back the execution until the last call that was made without actually running the side effects again.

For instance, if during an execution a call was made to an http server it will not run again when the execution is resumed - the result from the original call will be used.

Install

$ npm install flowz --save

Usage

Comming soon

Contributing

Thanks for thinking about contributing! We are looking for contributions of any sort and size - features, bug fixes, documentation or anything else that you think will make tye library better.

  • Fork and clone locally
  • Create a topic specific branch
  • Add a cool feature or fix a bug
  • Add tests
  • Send a Pull Request

Running Tests

$ npm test

About

Flowz is a library for writing resumable asynchronous code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published