Skip to content

Commit

Permalink
Mention hydra crate in Step 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Sep 3, 2024
1 parent ae11240 commit a619223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 3_ecosystem/3_11_async/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The most famous [actors][49] implementation in [Rust] is [`actix`]. At the time

[`quickwit-actors`] is another simple implementation of [actors][49], with its own advantages, built [specifically for Quickwit needs][62].

More general-purpose and complex [actors system][49] implementations (similar to [Akka]) are [`bastion`] and [`riker`].
More general-purpose and complex [actors system][49] implementations (similar to [Akka]) are [`bastion`], [`riker`] and [`hydra`].

For better understanding [actors][49] design, concepts, usage, and implementations, read through the following articles:
- [Karan Pratap Singh: CSP vs Actor model for concurrency][55]
Expand Down Expand Up @@ -211,6 +211,7 @@ After completing everything above, you should be able to answer (and understand
[`futures-lite`]: https://docs.rs/futures-lite
[`futures-time`]: https://docs.rs/futures-time
[`glommio`]: https://docs.rs/glommio
[`hydra`]: https://docs.rs/hydra
[`io-uring`]: https://docs.rs/io-uring
[`mio`]: https://docs.rs/mio
[`polling`]: https://docs.rs/polling
Expand Down

0 comments on commit a619223

Please sign in to comment.