Index Hierarchy UADisposable Class Reference Inherits from NSObject Declared in UADisposable.h Overview A convenience class for creating self-referencing cancellation tokens. @note: It is left up to the creator to determine what is disposed of and under what circumstances. This includes threading and memory management concerns. Tasks + disposableWithBlock: – dispose Class Methods disposableWithBlock: Create a new disposable. + (instancetype)disposableWithBlock:(UADisposalBlock)disposalBlock Parameters disposalBlock A UADisposalBlock to be executed upon disposal. Declared In UADisposable.h Instance Methods dispose Dispose of associated resources. - (void)dispose Declared In UADisposable.h Index Hierarchy