send_all([],[]) -> ok; send_all([P|PS],[M|MS]) -> P ! {self(), M}, send_all(PS,MS).