[#81492] [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — normalperson@...

Issue #13618 has been reported by normalperson (Eric Wong).

12 messages 2017/06/01

[ruby-core:81778] [Ruby trunk Feature#9323] IO#writev

From: glass.saga@...
Date: 2017-06-27 05:06:08 UTC
List: ruby-core #81778
Issue #9323 has been updated by Glass_saga (Masaki Matsushita).

File patch.diff added

rebase to trunk

----------------------------------------
Feature #9323: IO#writev
https://bugs.ruby-lang.org/issues/9323#change-65472

* Author: Glass_saga (Masaki Matsushita)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 2.2.0
----------------------------------------
I propose addition of IO#writev.
It enables gather output from multiple buffers.
If writev(2) is not available, IO#writev uses Array#join to emulate atomic write.

---Files--------------------------------
patch.diff (7.83 KB)
patch.diff (6.28 KB)


-- 
https://bugs.ruby-lang.org/

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

In This Thread