From: Koichi Sasada Date: 2018-01-28T23:01:23+09:00 Subject: [ruby-core:85180] Re: [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid 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: