Is Kotlin ?.let thread-safe?Let's say a variable can be changed in different thread.Is using a?.let { /* */ } thread-safe? If it's equal to if (a !
確定! 回上一頁