Sha256: 724308e6c36b052684a09594dbcf3930fc1c64251950bbac2681514901c8b589
Contents?: true
Size: 289 Bytes
Versions: 4
Compression:
Stored size: 289 Bytes
Contents
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2023, by Samuel Williams. require_relative "endpoint/version" require_relative "endpoint/generic" module IO::Endpoint def self.file_descriptor_limit Process.getrlimit(Process::RLIMIT_NOFILE).first end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
io-endpoint-0.4.0 | lib/io/endpoint.rb |
io-endpoint-0.3.0 | lib/io/endpoint.rb |
io-endpoint-0.2.0 | lib/io/endpoint.rb |
io-endpoint-0.1.0 | lib/io/endpoint.rb |