dispose method

void dispose()

Implementation

void dispose() {
	_server._events.cancel<TickEvent>(_process);
}