Rust: Shared-State Concurrency

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2024

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

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

    Brief intro but very straight forward, thx!

  • @YM-kn1qz
    @YM-kn1qz 8 หลายเดือนก่อน +1

    Thanks for the videos. It really helped me learn rust

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

    Great content buddy hope to see more

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

    Hello, thank you for this great content. I have a problem. I'm using actix with juniper to program a GraphQL API, and now I'm facing difficulty in modifying the data stored in the variable where I save the data. Every time I add new data through the API, I don't see any changes in the data.

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

    Could you post an example of deadlocking code where you don't drop the mutex and it deadlocks?

    • @TheDevMethod
      @TheDevMethod  ปีที่แล้ว +4

      Let me know if this example helps users.rust-lang.org/t/deadlock-is-it-a-bug-or-is-it-intentional/1544/4

  • @DSaad
    @DSaad 2 หลายเดือนก่อน

    Please make more videos again!

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

    I dont under stand, when you spawn 10 threads, they all try to get the lock at the same time wouldn't the output only be 1? How are the threads all getting the lock/waiting?

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

    Good stuff. Thanks.

  • @andremachado93
    @andremachado93 5 หลายเดือนก่อน

    this is the same video as "Let's Get Rusty" channel

  • @xenocampanoli815
    @xenocampanoli815 ปีที่แล้ว +8

    Oh man, I almost always stop listening when asked to like and subscribe at the start. Only reason I stayed here was so many of the Rust presenters are so bad.

    • @xenocampanoli815
      @xenocampanoli815 ปีที่แล้ว

      Good, concise preesntation. Thank you.

    • @TheDevMethod
      @TheDevMethod  11 หลายเดือนก่อน

      At least I'm glad you liked it. The only way to reach a lot of people and help them out on TH-cam is to ask people to subscribe so that it's recommended to more and more people. It's tough making these videos let alone making them bearable to watch. I hope you got what you needed. If not, let me know and I'll give you other recommendations to take a look at.

  • @abdul_samad_malik
    @abdul_samad_malik ปีที่แล้ว

    Hey, which font are you using it looks awesome?

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

      PlexMono. You can also download a nerd font version called BlexMono.

  • @futotta-neko
    @futotta-neko 5 หลายเดือนก่อน

    I was tasked to write a simple game that uses TCP, now im learning multi threading. How the hell did i get here? 😅 (Its my first week writing Rust)

    • @shinobiwannabe
      @shinobiwannabe 3 หลายเดือนก่อน +1

      Game dev is hard

  • @truehurukan
    @truehurukan 6 หลายเดือนก่อน

    Mutex in Rest are "Bizarre" Weird... they lock nothing at all !!! In my code, so back to C programming !!