We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473f72a commit ef45ca3Copy full SHA for ef45ca3
pkgs/native_synchronization/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.1.0-wip
+## 0.1.0
2
3
- Initial version.
4
- Expose `Mutex` and `ConditionVariable`
pkgs/native_synchronization/pubspec.yaml
@@ -1,6 +1,6 @@
name: native_synchronization
description: Low level synchronization primitives built on dart:ffi.
-version: 0.1.0-wip
+version: 0.1.0
repository: https://github.com/dart-lang/native_synchronization
5
6
environment:
0 commit comments