Это видео недоступно.
Сожалеем об этом.

Learning async + await in Rust | Rust Language

Поделиться
HTML-код
  • Опубликовано: 7 июн 2024
  • Join me as I experiment with some non deterministic code using Async and Await in Rust.
    - futures do nothing unless you `.await` or poll them"
    - The code doesn’t wait for the tokio::task to complete, so no guarantee that part will run!
    - Futures are single eventual values produced by asynchronous computations.
    - Some programming languages (e.g. JavaScript) call this concept “promise”.
    🟩 docs.rs/future...
    The book that I refer to is "Code Like a Pro in Rust" - by Manning Press
    🟩 www.manning.co...
    🟩 Rust Playground example :
    play.rust-lang...
    Linux Hosting - VPS server - Webdock
    ----------------------------------------------------------------
    🟩 Webdock Linux Hosting : webdock.io/en?...
    #rustlang #rustcode #understanding

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