common
A pseudo-mode that includes one or more other run loop modes.
Declaration
static let common: RunLoop.ModeDiscussion
When you add an object to a run loop using this mode, the runloop monitors the object when running in any of the common modes. For details about adding a runloop mode to the set of common modes, see CFRunLoopAddCommonMode(_:_:).