Project

General

Profile

« Previous | Next » 

Revision 6f9e0077

Added by naruse (Yui NARUSE) over 4 years ago

merge revision(s) b3c53a8a885be8f5cc2b712798b0d2741c488ce4: [Backport #17672]

    Make Ractor stdio belonging to the Ractor [Bug #17672]

    Defer making ractor stdio until ractor started.
    Before ractor started, created objects belong to the caller ractor
    instead of the created ractor.
    ---
     bootstraptest/test_ractor.rb | 12 ++++++++++++
     ractor.c                     |  9 ---------
     thread.c                     |  9 +++++++++
     3 files changed, 21 insertions(+), 9 deletions(-)