zak.taccardi
03/09/2020, 5:57 PMResult
was added to the standard lib, when it’s effectively useless outside of Coroutines?
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-result/
A standard Result<T>
type that we could use as a return value would be incredible useful, and this seems to be a waste of a namespace?Zach Klippenstein (he/him) [MOD]
03/09/2020, 6:03 PMzak.taccardi
03/09/2020, 6:03 PMZach Klippenstein (he/him) [MOD]
03/09/2020, 6:07 PMzak.taccardi
03/09/2020, 6:10 PMinline class
yet thoughCoroutineScope
)Zach Klippenstein (he/him) [MOD]
03/09/2020, 6:12 PMzak.taccardi
03/09/2020, 6:12 PMResult<T>
on a public API that may be called from Java would be a problem?Zach Klippenstein (he/him) [MOD]
03/09/2020, 6:14 PM