From 67e16f846346f6c234b504bcb8b280f6ba250a01 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Wed, 9 Mar 2022 10:18:50 -0500 Subject: [PATCH 1/2] Added actor pattern content --- content/news/031/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/news/031/index.md b/content/news/031/index.md index 6ee04f0db..7d53ea430 100644 --- a/content/news/031/index.md +++ b/content/news/031/index.md @@ -218,6 +218,17 @@ _Discussions: [Twitter][bevy_minesweeper_twitter], [dev.to][Bevy Minesweeper]_ [@ManevilleF]: https://github.com/ManevilleF [bevy_minesweeper_twitter]: https://twitter.com/ManevilleF/status/1495787155280510977?s=20&t=omNFCI2cWgDFNC0MC7NWTg +### [Actor Pattern with Async Rust] + +@Sorokya ([twitter][sorokya-twitter], [github][sorokya-github]) [published a blog +post][Actor Pattern with Async Rust] about how they improved their game server +by switching over to an actor pattern approach. This method allowed the server +to be refactored to be more modular and cleaner. + +[Actor Pattern with Async Rust]: https://eo-rs.dev/blog/the-actor-pattern-with-async-rust/ +[sorokya-twitter]: https://twitter.com/sorokya +[sorokya-github]: https://github.com/sorokya + ## Tooling Updates ### [Vismut] From 9c0fef3a81918a6681980ba75a37fb20ece42b42 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Wed, 9 Mar 2022 18:45:33 +0000 Subject: [PATCH 2/2] Update content/news/031/index.md --- content/news/031/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/031/index.md b/content/news/031/index.md index 7d53ea430..990feaa69 100644 --- a/content/news/031/index.md +++ b/content/news/031/index.md @@ -220,7 +220,7 @@ _Discussions: [Twitter][bevy_minesweeper_twitter], [dev.to][Bevy Minesweeper]_ ### [Actor Pattern with Async Rust] -@Sorokya ([twitter][sorokya-twitter], [github][sorokya-github]) [published a blog +@Sorokya ([Twitter][sorokya-twitter], [Github][sorokya-github]) [published a blog post][Actor Pattern with Async Rust] about how they improved their game server by switching over to an actor pattern approach. This method allowed the server to be refactored to be more modular and cleaner.