Description
Allows Ruby code to attach metadata to fibers, making async execution easier to inspect and reason about. It is useful for frameworks, schedulers, and debugging tools that need context around lightweight execution units.
Fiber metadata can accidentally carry request identifiers, user data, or secrets. Clear annotations when reusing execution contexts, and avoid assuming they are a security boundary.