https://github.com/canjs/can-zone
A context for tracking asynchronous activity in JavaScript applications.
https://github.com/canjs/can-zone
Last synced: 4 months ago
JSON representation
A context for tracking asynchronous activity in JavaScript applications.
- Host: GitHub
- URL: https://github.com/canjs/can-zone
- Owner: canjs
- License: mit
- Created: 2015-11-13T17:58:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T20:22:36.000Z (over 3 years ago)
- Last Synced: 2025-10-11T16:47:59.779Z (9 months ago)
- Language: JavaScript
- Homepage: https://v4.canjs.com/doc/can-zone.html
- Size: 475 KB
- Stars: 92
- Watchers: 18
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: license.md
Awesome Lists containing this project
README

# can-zone
[](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://github.com/canjs/can-zone/blob/master/license.md)
[](https://www.npmjs.com/package/can-zone)
[](https://travis-ci.org/canjs/can-zone)
[](https://ci.appveyor.com/project/matthewp/can-zone)
[](https://greenkeeper.io/)
A library that tracks asynchronous activity and lets you know when it has completed. Useful when you need to call a function and wait for all async behavior to complete, such as when performing server-side rendering.
## Documentation
Read the [can-zone API docs on CanJS.com](https://canjs.com/doc/can-zone.html).
## Changelog
See the [latest releases on GitHub](https://github.com/canjs/can-zone/releases).
## Contributing
The [contribution guide](https://github.com/canjs/can-zone/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.
## License
[MIT](https://github.com/canjs/can-zone/blob/master/license.md)