sleepy_penguin.git  about / heads / tags
Linux I/O events for Ruby
blob af94499adc7478d366ba36091bb410d003b58a21 197 bytes (raw)
$ git show pu:lib/sleepy_penguin/cfr.rb	# shows this blob on the CLI

1
2
3
4
5
6
 
module SleepyPenguin
  def self.copy_file_range(io_in, io_out, len, flags = 0,
                           off_in: nil, off_out: nil)
    __cfr(io_in, off_in, io_out, off_out, len, flags)
  end
end

git clone https://yhbt.net/sleepy_penguin.git