Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

update readme with new repo location #29

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![Dart](https://github.com/dart-lang/native_synchronization/actions/workflows/dart.yaml/badge.svg)](https://github.com/dart-lang/native_synchronization/actions/workflows/dart.yaml)
[![pub package](https://img.shields.io/pub/v/native_synchronization.svg)](https://pub.dev/packages/native_synchronization)
[![package publisher](https://img.shields.io/pub/publisher/native_synchronization.svg)](https://pub.dev/packages/native_synchronization/publisher)
> [!NOTE]
> The source-of-truth for this package has moved to
https://github.com/dart-lang/labs/tree/main/pkgs/native_synchronization.

## package:native_synchronization

This package exposes a portable interface for low-level thread
synchronization primitives like `Mutex` and `ConditionVariable`.
Expand Down