mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
The optimism package no longer knows anything about Fibers, but it does export various helpers for managing execution contexts, one of which (noContext) allows us to censor the current context for the duration of a function call. By wrapping Fiber.yield with noContext, we keep distinct Fibers from accidentally registering cache dependencies on one another.