🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

flowz

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowz

Flowz is a library for writing resumable asynchronous code.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 16 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts