Description
Provides a Qt 6 framework for organizing and managing asynchronous tasks. It helps applications coordinate background work, dependencies, progress, cancellation, and task lifetimes without ad hoc control flow.
Developers use it as an application infrastructure library. Async tasks can hide failures or race conditions, so handle cancellation, errors, and object lifetimes explicitly.