If an async method returns a Future
object, but we don't care whether the underlying operation succeeds or fails, are there any adverse effects from calling the method and not storing the returned Future
?
Thanks in advance.
If you also don't care whether the operation has been executed or cancelled, then yes, you can ignore the returned Future.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With