Pre-work hook.

Used to inform self that operations will start. Specific streams can use this to prepare some resources.

Is automatically invoked at the beginning of with structures.

Do nothing by default.

Property definitions

core $ Stream :: start
	# Pre-work hook.
	#
	# Used to inform `self` that operations will start.
	# Specific streams can use this to prepare some resources.
	#
	# Is automatically invoked at the beginning of `with` structures.
	#
	# Do nothing by default.
	fun start do end
lib/core/stream.nit:87,2--95,17