init self with an associated actor

Property definitions

actors $ Mailbox :: with_actor
	# init self with an associated actor
	init with_actor(actor: Actor) do
		self.actor = actor
		sys.active_actors.increment
	end
lib/actors/actors.nit:72,2--76,4