Sleep approximately self seconds

Is not interrupted by signals.

Property definitions

core :: time $ Int :: sleep
	# Sleep approximately `self` seconds
	#
	# Is not interrupted by signals.
	fun sleep do to_f.sleep
lib/core/time.nit:55,2--58,24