Sha256: 4ffe9edfd5c8d68a331ba6fc572ac1fee6ee0bd81a0e6dde42b29c868b7faa86
Contents?: true
Size: 282 Bytes
Versions: 46
Compression:
Stored size: 282 Bytes
Contents
module Concurrent # @!visibility private module ThreadSafe # @!visibility private module Util FIXNUM_BIT_SIZE = (0.size * 8) - 2 MAX_INT = (2 ** FIXNUM_BIT_SIZE) - 1 CPU_COUNT = 16 # is there a way to determine this? end end end
Version data entries
46 entries across 44 versions & 15 rubygems