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 f9b304d commit c99c2ddCopy full SHA for c99c2dd
README.md
@@ -11,10 +11,12 @@ https://docs.rs/async-lock)
11
12
Async locking primitives.
13
14
-This crate provides two primitives:
+This crate provides the following primitives:
15
16
+* `Barrier` - enables tasks to synchronize all together at the same time.
17
* `Mutex` - a mutual exclusion lock.
18
* `RwLock` - a reader-writer lock, allowing any number of readers or a single writer.
19
+* `Semaphore` - limits the number of concurrent operations.
20
21
## License
22
0 commit comments