module Concurrent::ThreadLocalSymbolAllocator
def allocate_symbol
def allocate_symbol # Warning: this symbol may never be deallocated @symbol = :"thread_local_symbol_#{COUNTER.increment}" end
def allocate_symbol # Warning: this symbol may never be deallocated @symbol = :"thread_local_symbol_#{COUNTER.increment}" end