TaskCancellable
class TaskCancellableA type that manages a collection of tasks. When the instance is deallocated, all tasks are cancelled.
- 
                  
                  cancels all tasks when the instance is deallocated. DeclarationSwift deinit
- 
                  
                  Adds a task to the collection. DeclarationSwift func addTask(@TaskBuilder _ tasks: () -> [Task<Void, Never>])
- 
                  
                  Undocumented DeclarationSwift func cancel()
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
          