Get the current value

Property definitions

pthreads $ AtomicInt :: value
	# Get the current value
	fun value: Int `{
		return *self;
	`}
lib/pthreads/pthreads.nit:132,2--135,3