Skip to content

Commit

Permalink
docs(maitake-sync): link to announcement in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Sep 4, 2023
1 parent 6919b82 commit 3dcf582
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion maitake-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ supporting `#![no_std]` projects. It was initially developed as part of
[mycelium] and [mnemOS] operating systems, but it may be useful for other
projects as well.

To learn a bit of the backstory behind `maitake-sync`, see the [announcement
post](https://www.elizas.website/announcing-maitake-sync.html)!

> **Note**
>
> This is a hobby project. I'm working on it in my spare time, for my own
Expand Down Expand Up @@ -75,7 +78,7 @@ The following synchronization primitives are provided:
In addition, the [`util` module] contains a collection of general-purpose
utilities for implementing synchronization primitives, and the [`spin` module]
contains implementations of *non-async*, spinning-based synchronization
primitives.
primitives.

[`core::task`]: https://doc.rust-lang.org/stable/core/task/index.html
[`core::future`]: https://doc.rust-lang.org/stable/core/future/index.html
Expand Down

0 comments on commit 3dcf582

Please sign in to comment.