Rust Stream: The Guard Pattern and Interior Mutability

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии • 11

  • @bjugdbjk
    @bjugdbjk 2 года назад

    Fantastic content! Theese kind of demos really helps to understand rust in deep.
    Pls make new live streams, newbies who wana become rustaceans really need it.

  • @cryptomando
    @cryptomando 2 года назад

    Really enjoying how you talk through what you are doing. Thanks so much

  • @dsincl12
    @dsincl12 4 года назад +13

    Great episode. Improvement for the next episode, 40% of your screen was a black section and the VS Code file drawer :) Keep up the good work!

  • @ccprt1275
    @ccprt1275 3 года назад +1

    These streams are brilliant, they've been helping me so much to really understand the concepts in the book. Any chance of them continuing in the future or more videos from past streams becoming available?

  • @AlexanderKrivacsSchrder
    @AlexanderKrivacsSchrder 4 года назад +3

    20:45 "RefCell is not Sync and not Send" -- that is not true. RefCell is Send, but it is not Sync, as there's no danger in sending it to another thread; it's only dangerous to share it with other threads. I don't know if you correct this later in the stream, so I'm sorry if this comment is premature, but I'm just writing it now so I don't forget to in 40 minutes when the stream has ended. ;)

  • @jaysistar2711
    @jaysistar2711 4 года назад +2

    I got here by searching "rust stream", which meant the `Stream` type in the `futures` crate. Good content, but please make a stream on `Stream`! 😀

  • @NicolasMoriarty
    @NicolasMoriarty 4 года назад

    Thanks! Great video!

  • @LeandroCoutinho
    @LeandroCoutinho 4 года назад +1

    Thanks very much Ryan! Very nice. Maybe show how to use mutex now =)

  • @MarcusWillock
    @MarcusWillock 4 года назад

    Thanks for the video!!!

  • @abessesmahi4888
    @abessesmahi4888 4 года назад

    Thank you so much
    Subscribed