home.social

#rustasync — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rustasync, aggregated by home.social.

  1. @noboilerplate THIS!

    I think a lot of people inadvertently assume async #RustLang is so different from sync Rust, because the way it is - when in fact it's because of the (most popular) async runtime they're using.

    We should look way more into alternative #async runtimes to #Tokio, e.g. smol:

    floss.social/@janriemer/111669

    #Smol allows you to use non-'static Futures by using a local executor:

    floss.social/@janriemer/111669

    It looks a lot more like "normal" #Rust.

    #RustAsync #AsyncRust #Concurrency

  2. Beul - it executes futures | by Bert Peters

    lib.rs/crates/beul

    "Beul is a minimalistic futures executor. No dependencies, no unsafe #Rust. It simply executes futures."

    It can't get any simpler than that. ¯\_(ツ)_/¯

    #RustLang #RustAsync #Async #AsyncRust

  3. *makes some happy screaming noise* :awesome: :ferris:

    #Rust will end this year with a long awaited feature that will define it's future:

    We will get "async fn and return-position impl Trait in trait" (#AFIT & #RPITIT).

    It will be stabilized in the next #RustLang version 1.75, which will be released on 28 December, 2023.

    releases.rs/docs/1.75.0/

    PR:
    github.com/rust-lang/rust/pull

    Thank you Rust #community for all of your hard work! ❤️

    #RustAsync #AsyncRust