2 Matching Annotations
- Sep 2017
-
kotlinlang.org kotlinlang.org
-
If you mark a declaration private, it will only be visible inside the file containing the declaration;
-
- Aug 2017
-
github.com github.com
-
if you work in multi-threaded environment or otherwise share mutable state between coroutines running in different threads, then you have to use thread-safe (concurrent) data structures.
-