mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This does not mean that Meteor.call or Meteor.apply now return a Promise. Completion of the method call is merely delayed until the Promise is resolved or rejected, at which point the calling code asynchronously receives the resulting value or exception. These changes were inspired by this forum thread: https://forums.meteor.com/t/fibers-and-meteor-promise-npm-pacakge/6531/7