• words_number@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    It’s actually not that hard to use async libraries in sync context. I rarely need that but if I do, I just pull in an executor and write a little extension trait for futures that lets me call .block() instead of .await.