How to Test Asynchronous Rust Programs with Tokio [TUTORIAL]

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

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

  • @cudidotdev
    @cudidotdev  4 วันที่ผ่านมา +1

    Here's the link to the repository for the codebase: github.com/cudidotdev/async-tests

  • @FranciscoRuizA
    @FranciscoRuizA 3 วันที่ผ่านมา +2

    This was good, mate. Thanks.

    • @cudidotdev
      @cudidotdev  3 วันที่ผ่านมา

      Thank you too ‼️

  • @antoniong4380
    @antoniong4380 2 วันที่ผ่านมา +1

    The start_paused was a really neat trick I would have likeky not found out about. Thanks

    • @cudidotdev
      @cudidotdev  2 วันที่ผ่านมา

      You are welcome!

  • @jjferman2587
    @jjferman2587 3 วันที่ผ่านมา +1

    Excellent video.
    I wanted to clarify one thing on your analogy between JS promises and Rust futures. One key difference here is that a Rust future will never execute anything until you await it. Whereas a JS promise will begin execution when it’s initialized. In other words, Rust futures are lazy and JS promises are eager.

    • @cudidotdev
      @cudidotdev  3 วันที่ผ่านมา

      Yes! You are right. I didn't want to go deep on futures since I assume the viewer may already know about it.
      If they didn't, comparing it to promises in JS is enough to give them an idea of what it is.

  • @thefluentone
    @thefluentone 2 วันที่ผ่านมา +1

    What a great consise video. Thanks I love this.

    • @cudidotdev
      @cudidotdev  2 วันที่ผ่านมา

      I'm glad you loved it!

  • @12px
    @12px 2 วันที่ผ่านมา +1

    This is an great video, thank you!

    • @cudidotdev
      @cudidotdev  2 วันที่ผ่านมา

      I'm glad you found it helpful 👍

  • @giorgos-4515
    @giorgos-4515 2 วันที่ผ่านมา +1

    your neovim looks so polished, do you have it on github?

    • @cudidotdev
      @cudidotdev  2 วันที่ผ่านมา

      I'm not really sure, but i used nvchad for my setup

    • @giorgos-4515
      @giorgos-4515 2 วันที่ผ่านมา +1

      @cudidotdev oh ok will check it out