Files
kotlin-fork/idea/resources/inspectionDescriptions/DeferredResultUnused.html
T

6 lines
197 B
HTML

<html>
<body>
This inspection reports calls with <b>kotlinx.coroutines.experimental.Deferred</b> result that is never used,
so nobody will wait for execution of all related actions.
</body>
</html>