Collection
Dora Akbulut @thoughtassault
·
May 24, 2023
- Collection
Dora Akbulut @thoughtassault
·
Jul 20, 2023
- Subcollection in Developer stuff
Resources for implementing an Actor Model for Concurrency (in Rust)
I am trying to implement a highly-generic Actor Model in Rust. These are the resources I have found useful.
The problem is not only the message-passing implementation. I have already done that before and wrote about it as well.
The problem at this point (for me) is how to generalize that using the type system of Rust.
Dora Akbulut @thoughtassault
·
Jul 20, 2023
Simple and good. Apple has nailed UX even in pedagogical software dev videos. This video is helpful because (1) Swift is a bit similar to Rust and (2) it gives a great overview of what concurrency will require you to consider.
Dora Akbulut @thoughtassault
·
Jul 21, 2023