mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
The comments for inBareFiber claim that it's for times when you don't want to inherit the dynamic environment variables of the current Fiber, but none of the call sites actually relied on this behavior. Still, it may be worth noting that async functions automatically (and cheaply) inherit the calling Fiber's dynamics, which is virtually always what you want.