LoopPreserver

@protocol LoopPreserver <NSObject>

Holds a process open while this object is not collected or until -letDie is called.

  • Invalidates this preserver and allows the process to die when it is done.

    Declaration

    Objective-C

    - (void)letDie;

    Swift

    func letDie()