Simplify description of "Deferred result not used" #KT-25711 Fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
This inspection reports calls with <b>kotlinx.coroutines.experimental.Deferred</b> result that is never used,
|
This inspection reports calls with <b>Deferred</b> result that is never used,
|
||||||
so nobody will wait for execution of all related actions.
|
so nobody will wait for execution of all related actions.
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user