An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![can-zone-logo](https://cloud.githubusercontent.com/assets/361671/14564599/4249847e-02f5-11e6-8704-13fca28a9426.png)

# can-zone

[![Join our Slack](https://img.shields.io/badge/slack-join%20chat-611f69.svg)](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join our Discourse](https://img.shields.io/discourse/https/forums.bitovi.com/posts.svg)](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-zone/blob/master/license.md)
[![npm version](https://badge.fury.io/js/can-zone.svg)](https://www.npmjs.com/package/can-zone)
[![Travis build status](https://travis-ci.org/canjs/can-zone.svg?branch=master)](https://travis-ci.org/canjs/can-zone)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/canjs/can-zone?branch=master&svg=true)](https://ci.appveyor.com/project/matthewp/can-zone)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-zone.svg)](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)