Project

General

Profile

« Previous | Next » 

Revision 38e931fa

Added by ko1 (Koichi Sasada) over 5 years ago

show "transferred" attribute on Fiber#to_s

If a fiber is invoked with transfer method (such as "f.transfer"),
then the invoked fiber ("f") is labeled as "transferred" and this
fiber can not be invoked with Fiber#resume. This patch adds
transferred attribute for "Fiber#to_s" (and inspect).