https://github.com/alexeyraspopov/async-structure
Set of advanced pattern implementations for dealing with async data and flows
https://github.com/alexeyraspopov/async-structure
Last synced: 6 months ago
JSON representation
Set of advanced pattern implementations for dealing with async data and flows
- Host: GitHub
- URL: https://github.com/alexeyraspopov/async-structure
- Owner: alexeyraspopov
- License: mit
- Created: 2018-03-08T05:03:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T20:19:00.000Z (over 7 years ago)
- Last Synced: 2025-04-04T20:12:41.463Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Async Structure
npm install async-structure
## Installation
Async Structure project is available as the `async-structure` package on NPM.
Installed package includes precompiled code (ECMAScript 5), ES Modules-friendly
artifact, [LICENSE](./LICENSE), and [the changelog](./CHANGELOG.md).## Contributing
Current project has adopted a [Code of Conduct](./CODE_OF_CONDUCT.md) which is
expected to be adhered by project participants. Please also visit [the document
website](https://www.contributor-covenant.org/) to learn more.Please read [the contributing guide](./CONTRIBUTING.md) to learn how to propose
bug fixes and improvements, and how to build and test your changes.