Related to #8215, when debugging a multi-Fiber application or library it is useful to be able to look at the stack for the Thread which is possible right now.
Currently it is not possible to discover where the Fiber was yielded.
There was some confusion about what I am proposing.
I realised I didn't even explain this!
I would like to be able to see the backtrace of individual Fibers.
This would allow our Celluloid.stack_dump to show each point at which the Fibers are waiting.
For example, Rdoc style description for proposed methods
is very welcome because we can understand your proposal
and we (especially I, who is not good English writer)
can copy this document to implemented source code!