Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Oct 29, 2018
2 parents e107246 + 9655dd8 commit 399425a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ on JVM or JS.

### ThreadLocal

Place on top level var or object to make it available as thread local. See [https://github.com/JetBrains/kotlin-native/blob/master/runtime/src/main/kotlin/kotlin/native/Annotations.kt#L51](ThreadLocal)
Place on top level var or object to make it available as thread local. See [`ThreadLocal`](https://github.com/JetBrains/kotlin-native/blob/master/runtime/src/main/kotlin/kotlin/native/Annotations.kt#L51).

### SharedImmutable

Top level var will default to main thread only. To share it as an immutable, add this annotation. See [https://github.com/JetBrains/kotlin-native/blob/master/runtime/src/main/kotlin/kotlin/native/Annotations.kt#L59](SharedImmutable)
Top level var will default to main thread only. To share it as an immutable, add this annotation. See [`SharedImmutable`](https://github.com/JetBrains/kotlin-native/blob/master/runtime/src/main/kotlin/kotlin/native/Annotations.kt#L59).

## Functions/Extensions

Expand Down Expand Up @@ -156,4 +156,4 @@ License
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

0 comments on commit 399425a

Please sign in to comment.