[#84867] [Ruby trunk Bug#14357] thread_safe tests suite segfaults — v.ondruch@...

Issue #14357 has been reported by vo.x (Vit Ondruch).

11 messages 2018/01/15
[#85364] Re: [Ruby trunk Bug#14357] thread_safe tests suite segfaults — Eric Wong <normalperson@...> 2018/02/03

[email protected] wrote:

[#84980] [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — hsbt@...

Issue #13618 has been updated by hsbt (Hiroshi SHIBATA).

10 messages 2018/01/23
[#85012] Re: [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — Eric Wong <normalperson@...> 2018/01/23

[email protected] wrote:

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

From: Koichi Sasada <ko1@...>
Date: 2018-01-28 14:01:23 UTC
List: ruby-core #85180
On 2018/01/25 6:51, Eric Wong wrote:
>> Threadlet?
> OK, I am liking "threadlet", and it looks like a real word:
> 
> https://www.merriam-webster.com/dictionary/threadlet
> ": a small thread : a delicate filament"
> 

Another idea is to pass option to `Thread.new()` like
`Thread.new(preemption: false)`.

Note: we can't pass thread options because of args/keywords spec.
       It was pseudo code.
Note2: I agree it can be confusing with mixing normal Threads and 
Threadlet. It likes `proc` and `lambda`.

-- 
// 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