====== Обещания / Promises ======


==== Ссылки ====

  * [[js:examples:promises|Promises]] :!:
  * JQuery
    * http://api.jquery.com/category/deferred-object/
    * http://api.jquery.com/Types/#Promise
  * http://habrahabr.ru/post/209662
    * https://github.com/domenic/promises-unwrapping/blob/master/docs/states-and-fates.md
    * http://api.jquery.com/category/deferred-object/
    * http://api.jquery.com/Types/#Promise
    * https://github.com/promises-aplus/promises-spec
    * https://github.com/jakearchibald/es6-promise/blob/master/README.md
    * https://github.com/petkaantonov/bluebird/blob/master/API.md
    * http://www.html5rocks.com/en/tutorials/es6/promises/#toc-api
    * http://documentup.com/kriskowal/q/
    * http://msdn.microsoft.com/en-us/library/windows/apps/br211867.aspx
    * https://github.com/tildeio/rsvp.js
