1 Hour Dive into Asynchronous Rust

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

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

  • @karpfenboy
    @karpfenboy ปีที่แล้ว +19

    starts at 3:16

  • @JimmyKal
    @JimmyKal ปีที่แล้ว +11

    this is the goto tutorial for tokio, thx for creating it!

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

      Glad you found it valuable!🤓 Checkout our Ultimate Rust Bundle for more in depth on-demand Rust content like this & go from Zero to Hero!
      Ult Rust Bundle: www.ardanlabs.com/training/individual-on-demand/rust-bundle/

  • @karpfenboy
    @karpfenboy ปีที่แล้ว +7

    Great presentation with lots of examples, thanks for making this freely available
    Comments on which techniques to use when were really insightful
    I also liked that you went over auxiliarly topics like logging/benchmarking

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

    Tokio oneshot channels was gamechanger for my current project. I had no idea that such convenient way exists. Thank you!

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

    This is such a great pace for a video. Anything interesting I can come back to, and all the info is there to dig deeper on my own. So much compressed into an hour.

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

      We're glad to hear you found this stream so useful! Stay tuned for more streams like this one this year😎

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

    This video was great, thank you!

  • @miltoneduardososa378
    @miltoneduardososa378 ปีที่แล้ว +2

    Great talk, clear examples. Thanks for sharing this!

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

      Yeah. I recently started learning rust (coming from js). This video really helped me understand how the tokio async runtime works in rust

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

      Glad this video helped you! If you are new to Rust & want access to more content like this, checkout our Ultimate Rust Bundle here: www.ardanlabs.com/training/individual-on-demand/rust-bundle/
      Within the bundle you will have access to hands-on training videos taking you from “Hello World” to building fast, safe & productive servers. Visit the link to learn more!🤓

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

    This was a great watch!

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

    Thank you so much for this lecture! It was very useful to get started with async Rust!

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

      We're glad you found it helpful!🤗

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

    Good talk. Thanks for sharing

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

      Thanks for watching, we're glad you enjoyed it!😁

  • @janedoe6182
    @janedoe6182 ปีที่แล้ว +2

    43:22 thread::sleep() in asynchronous code?

    • @realsong-fake
      @realsong-fake ปีที่แล้ว +4

      it's not. explicit thread::spawn making everything inside the closure go outside of (tokio) async context. It's an example of bridging sync/async context though it must be said it's a poor one and can be considered wrong.

  • @thegeniusfool
    @thegeniusfool 18 วันที่ผ่านมา

    Losing breath listening