canjs / can-zone

A context for tracking asynchronous activity in JavaScript applications.
https://v4.canjs.com/doc/can-zone.html
MIT License
92 stars 4 forks source link

Document wait method #40

Closed moschel closed 8 years ago

moschel commented 8 years ago

readme.md, which I think are the docs, shows the "wait" method being used several times, but doesn't document it specifically, though it does document waitFor and waitData. One can infer what wait is doing, but I think it should be spelled out.