Condition variable for synchronisation

Property definitions

actors $ Future :: cond=
	# Condition variable for synchronisation
	protected var cond: nullable PthreadCond = null
lib/actors/actors.nit:176,2--177,48