Skip to content

Commit da19aaa

Browse files
N31: Actor pattern server (#969)
* Added actor pattern content * Update content/news/031/index.md Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent 920a877 commit da19aaa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/news/031/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,17 @@ process:
334334
[Computing image filters with wgpu-rs]: https://blog.redwarp.app/image-filters/
335335
[@Redwarp]: https://twitter.com/redwarp
336336

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+
337348
## Tooling Updates
338349

339350
### [Vismut]

0 commit comments

Comments
 (0)