Is self working ?

i.e. does it have messages to process or is it processing one now ?

Property definitions

actors $ Actor :: working
	# Is `self` working ?
	# i.e. does it have messages to process or is it processing one now ?
	var working = true
lib/actors/actors.nit:39,2--41,19