Keynote | Actors with Tokio - a lesson in ownership - Alice Ryhl

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2022
  • 🔔 FOLLOW RUSTLAB CHANNEL 🔔
    ABSTRACT:
    Actors are an elegant way to work with shared resources. Furthermore, actors fit together with Rust’s ownership rules very well, and learning how to write actors gives a better understanding of how to write code that the borrow checker likes.
    This channel is dedicated to the videos of the RustLab conference.
    ⚙️ Follow us on TWITTER: / rustlab_conf
    ⚙️ Follow us on FACEBOOK: / rustlabconference
    RustLab is the first Italian international conference on the Rust programming language, organized by Develer.
    Develer is not just an Italian company projecting and releasing hardware and software solutions for the industrial environment, but is also an ensemble of people sharing their great passion for new technologies and how they can be applied to your everyday life.
    ⚙️ Follow DEVELER on INSTAGRAM: / wearedeveler
    ⚙️ Follow DEVELER on FACEBOOK: / we.are.develer
    ⚙️ Follow DEVELER on TWITTER: / develer
    ⚙️ Follow DEVELER on LINKEDIN: / 114426
    ⚙️ Follow DEVELER on TELEGRAM: t.me/wearedeveler
    ⚙️ Follow DEVELER on TIK TOK: / wearedeveler
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 9

  • @erthiaczka
    @erthiaczka 20 ชั่วโมงที่ผ่านมา

    HELL YEAH ALICE, YOU ROCK!!

  • @nirmalyasengupta6883
    @nirmalyasengupta6883 ปีที่แล้ว +17

    I don't know Erlang, but I have built production-level software using Scala/Java and Akka. Thus, I am aware of the clean separation of processing responsibilities that Actors can bring about. Because I am a newbie in Rust, I am trying learn ways of building Actor-based systems in Rust. I cannot say that I have understood everything that you have shared in here, but certainly this presentation helps me to build the mental model of how an ActorSystem in Rust is expected to work. Thank you! I will be keen to know more on this topic, if you share links etc.

  • @fluffypink8730
    @fluffypink8730 ปีที่แล้ว +3

    This was a really awesome talk! Seeing the actor implementation I had a new lightbulb moment every slide

  • @user-rz3uk1jp1t
    @user-rz3uk1jp1t ปีที่แล้ว +2

    Coming from go and with a basic idea of rust, this comes timely for me, thanks you so much for your video, your blog and your work in OSS with tokio, Alice. Keep going!

  • @zireael9797
    @zireael9797 4 หลายเดือนก่อน

    Great talk! we need more rust content from Alice. I was looking into Microsoft Orleans (mainly for the Actor aspect) and was looking for equivalent things in rust. Looks like it's tons more fun to just roll it yourself with tokio.

  • @StyzeSoulmaker
    @StyzeSoulmaker 7 หลายเดือนก่อน

    Very cool! I didn't know about tokio:select!, that seems very useful

  • @user-wj4mn6oe8i
    @user-wj4mn6oe8i 9 หลายเดือนก่อน +2

    This was very insightful and clear

  • @jackn
    @jackn ปีที่แล้ว +1

    would love more content from alice!!! this was a very insightful talk

  • @GlobalYoung7
    @GlobalYoung7 ปีที่แล้ว +1

    thank you 🎉❤