Sha256: 3c2cfd2122a77393ce73b8a4ee68a3e7d0b8cb2db4d14d879b6c56e7b4ed636c
Contents?: true
Size: 425 Bytes
Versions: 266
Compression:
Stored size: 425 Bytes
Contents
module Concurrent # @!visibility private module ThreadSafe # @!visibility private module Util # TODO (pitr-ch 15-Oct-2016): migrate to Utility::NativeInteger FIXNUM_BIT_SIZE = (0.size * 8) - 2 MAX_INT = (2 ** FIXNUM_BIT_SIZE) - 1 # TODO (pitr-ch 15-Oct-2016): migrate to Utility::ProcessorCounter CPU_COUNT = 16 # is there a way to determine this? end end end
Version data entries
266 entries across 246 versions & 46 rubygems