This course is outdated and does not reflect our current course standards.
Check out a free preview of the full Meteor course:
The "Computations" Lesson is part of the full, Meteor course featured in this preview video. Here's what you'd learn in this lesson:
Chris implements the computation logic that will re-run a function whenever it is invalidated. This allows him to demonstrate how the function is queued and when the invalidation loop runs. Chris also introduces the Tracker.flush() method which will process all reactive updates immediately, bypassing the queue.