Inspectopedia
 
2024.3

'@Deferred' result is unused

Warning
New
Last modified: 03 December 2024

Reports function calls with the Deferred result type if the return value is not used.

If the Deferred return value is not used, the call site would not wait to complete this function.

Example:

The quick-fix provides a variable with the Deferred initializer: