2 Matching Annotations
  1. Sep 2017
    1. If you mark a declaration private, it will only be visible inside the file containing the declaration;
  2. Aug 2017
    1. 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.