Old Reference to Fibers in M3 Docs

An M3 docs page still references fibers:

Meteor runs most app code within Fibers, which allows keeping track of the context a function is running in. Meteor.EnvironmentVariable works with Meteor.bindEnvironment , promises, and many other Meteor API’s to preserve the context in async code. Some examples of how it is used in Meteor are to store the current user in methods, and record which arguments have been checked when using audit-argument-checks .

1 Like

Thank you for pointing that out @vikr00001!

We’ll update that section ASAP.

1 Like

Hi, I’ve just opened a PR to fix this. Thank you!

3 Likes