From: sergey.avseyev@... Date: 2017-01-27T18:08:55+00:00 Subject: [ruby-core:79287] [Ruby trunk Feature#4532] [PATCH] add IO#pread and IO#pwrite methods Issue #4532 has been updated by Sergey Avseyev. Hi everyone, any plans to include pread/pwrite in near future? ---------------------------------------- Feature #4532: [PATCH] add IO#pread and IO#pwrite methods https://bugs.ruby-lang.org/issues/4532#change-62700 * Author: Eric Wong * Status: Assigned * Priority: Normal * Assignee: Motohiro KOSAKI * Target version: next minor ---------------------------------------- =begin These methods are useful for safe/concurrent file I/O in multi-thread/process environments and also fairly standard nowadays especially in systems supporting pthreads. pread() is already used internally for IO.copy_stream =end ---Files-------------------------------- 0001-add-IO-pread-and-IO-pwrite-methods.patch (6.22 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: