This ConcurrentArray has its own Mutex

Property definitions

pthreads $ MyThread :: array=
	# This `ConcurrentArray` has its own `Mutex`
	var array: ConcurrentArray[String]
lib/pthreads/examples/concurrent_array_and_barrier.nit:28,2--29,35