Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add kotlin
Result
to WellKnownThreadSafety -[]
`Result<T>` is an immutable wrapper over a `T` in the case of success, or `Throwable` in the case of an error. Kotlin docs - https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-result/ TAP train - [] PiperOrigin-RevId: 654794053
- Loading branch information