DispatchSourceMemoryPressure
A dispatch source that monitors the system for changes in the memory pressure condition.
Declaration
protocol DispatchSourceMemoryPressure : DispatchSourceProtocol, SendableOverview
You do not adopt this protocol in your objects. Instead, use the makeMemoryPressureSource(eventMask:queue:) method to create an object that adopts this protocol.