pthreads :: ConcurrentCollection :: REAL
	# Type of the equivalent non thread-safe collection
	type REAL: Collection[E]
					lib/pthreads/concurrent_collections.nit:72,2--73,25
				
	redef type REAL: SequenceRead[E]
					lib/pthreads/concurrent_collections.nit:186,2--33