jdantonio/concurrent-ruby

View on GitHub
lib/concurrent-ruby/concurrent/constants.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Concurrent

  # Various classes within allows for +nil+ values to be stored,
  # so a special +NULL+ token is required to indicate the "nil-ness".
  # @!visibility private
  NULL = ::Object.new

end