Project

General

Profile

Feature #4532

Updated by ko1 (Koichi Sasada) over 11 years ago

=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 
 

Back