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 920a877 commit da19aaaCopy full SHA for da19aaa
content/news/031/index.md
@@ -334,6 +334,17 @@ process:
334
[Computing image filters with wgpu-rs]: https://blog.redwarp.app/image-filters/
335
[@Redwarp]: https://twitter.com/redwarp
336
337
+### [Actor Pattern with Async Rust]
338
+
339
+@Sorokya ([Twitter][sorokya-twitter], [Github][sorokya-github]) [published a blog
340
+post][Actor Pattern with Async Rust] about how they improved their game server
341
+by switching over to an actor pattern approach. This method allowed the server
342
+to be refactored to be more modular and cleaner.
343
344
+[Actor Pattern with Async Rust]: https://eo-rs.dev/blog/the-actor-pattern-with-async-rust/
345
+[sorokya-twitter]: https://twitter.com/sorokya
346
+[sorokya-github]: https://github.com/sorokya
347
348
## Tooling Updates
349
350
### [Vismut]
0 commit comments