[ruby-core:85704] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid

From: Koichi Sasada <ko1@...>
Date: 2018-02-21 01:52:37 UTC
List: ruby-core #85704
On 2018/02/20 18:06, Eric Wong wrote:
> Also, what do you think about having a way to pass options to
> thread creation like pthread_attr_t?

I like this idea because we don't need to invent new abstraction name.

Or `Thread.create(keyword_args...)` ? (`.create` is an example name).

Maybe Eric will be afraid keyword args cost :)

-- 
// SASADA Koichi at atdot dot net

Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread