The new Swift notification API coming sometime in the future introduces its own ObservationToken type that will clash with ours. Really the name ObservationToken was a bit too general anyway, so let's preemptively rename it to something that will hopefully be a little less common.
The new Swift notification API coming sometime in the future introduces its own
ObservationToken
type that will clash with ours. Really the nameObservationToken
was a bit too general anyway, so let's preemptively rename it to something that will hopefully be a little less common.