Can be used to check if the value is available without waiting

Property definitions

actors $ Future :: is_done
	# Can be used to check if the value is available without waiting
	protected var is_done = false
lib/actors/actors.nit:179,2--180,30