From: Eric Wong <normalperson@...>
Date: 2018-02-15T04:02:09+00:00
Subject: [ruby-core:85576] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid

samuel@oriontransfer.org wrote:
> How does Process.wait behave in `Thread::Green`?

Process.wait* methods use rb_waitpid internally, so it's
always been a scheduling point which lets other
auto-fibers/green-threads/whatever-we-call-them-this-week run.

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>