You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Job.cancel() result documentation is inconsistent with the actual return value for Job() instances. Moreover, it is unclear how boolean result of Job.cancel() could be used, that is, we don't see any compelling use-case on the use of that boolean value that could guide the logic that this boolean value shall have. So, the proposal is change Job.cancel() so that it returns Unit.
The text was updated successfully, but these errors were encountered:
Currently,
Job.cancel()
result documentation is inconsistent with the actual return value forJob()
instances. Moreover, it is unclear how boolean result ofJob.cancel()
could be used, that is, we don't see any compelling use-case on the use of that boolean value that could guide the logic that this boolean value shall have. So, the proposal is changeJob.cancel()
so that it returnsUnit
.The text was updated successfully, but these errors were encountered: