Skip to content

Commit c99c2dd

Browse files
author
Stjepan Glavina
committed
Update readme
1 parent f9b304d commit c99c2dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ https://docs.rs/async-lock)
1111

1212
Async locking primitives.
1313

14-
This crate provides two primitives:
14+
This crate provides the following primitives:
1515

16+
* `Barrier` - enables tasks to synchronize all together at the same time.
1617
* `Mutex` - a mutual exclusion lock.
1718
* `RwLock` - a reader-writer lock, allowing any number of readers or a single writer.
19+
* `Semaphore` - limits the number of concurrent operations.
1820

1921
## License
2022

0 commit comments

Comments
 (0)