Mailbox used to receive and process messages

Property definitions

actors $ Actor :: mailbox
	# Mailbox used to receive and process messages
	var mailbox = new Mailbox[Message].with_actor(self)
lib/actors/actors.nit:36,2--37,52