I recently posted here about my "sort of" #async / #await implementation in #C, for the exact same purpose as you might know from #csharp ... (of course with a much less "elegant" usage)

I finally attempted to really explain it over here on reddit, in case anyone is interested:

https://www.reddit.com/r/C_Programming/comments/1lkv2f1/an_asyncawait_sort_of_implementation_in_c_using/

#POSIX #C #coding

How I normally do #async external programs in my #commonLisp image #embeddableCommonLisp and #uiop (in the notes).

https://screwlisp.small-web.org/programming/embeddable-common-lisp-external-process-multi-processing-eg/

Originally I was writing Kittenette (Closette but for kittens) today, but I ended up wanting to individually treat external processes, especially from #ecl on its own first.

My example is particularly using #cat(1) as an external-process in-memory echo server.

Hope it helps someone. #programming #example

Yes "multi-processing" in the url is ~erroneous.

Embeddable Common Lisp External Program Asyncronously

@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:

https://floss.social/@janriemer/111669258656959538

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

https://floss.social/@janriemer/111669668856899636

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

#RustAsync #AsyncRust #Concurrency

Jan :rust: :ferris: (@janriemer@floss.social)

Yay! @notgull@hachyderm.io is working on `smol` integration with #axum! :awesome: https://github.com/notgull/smol-axum The smol #async runtime: https://github.com/smol-rs/smol #Tokio is not the end-all-be-all runtime. You should keep looking at alternatives and what unique features they can offer. ✨ Don't be blinded by "if it is the most popular, it must be the best" fallacy. #Rust #RustLang #RustAsync #AsyncRust

FLOSS.social
Need to timeout an #async await in c#? Ensuring your tasks complete or fail gracefully is crucial, and whether you use the newer built in #dotnet framework features or need to build one yourself, this post shows you how to do it! https://link.content360.io/xmeuex0
Back to Basics: Await a Task with a Timeout

Sometimes it's useful to call async methods and be able to stop waiting after a given timeout period. Unfortunately there's no native support on Task to provide this. In this short post I show how you can simulate timeouts and provide a couple of helper methods to make the process generically available.

C++OnSea 2025 SESSION ANNOUNCEMENT: Extending std::execution Further: Higher-Order Senders and the Shape of Asynchronous Programs by Robert Leahy

https://cpponsea.uk/2025/session/extending-stdexecution-further-higher-order-senders-and-the-shape-of-asynchronous-programs

Register now at https://cpponsea.uk/tickets/

#async #asynchronous #cplusplus #cpp

C++ on Sea

Faster Python: Concurrency in async/await and threading | The PyCharm Blog

Want to write faster Python code? Discover the difference between `async/await` and `threading` and how concurrency works in Python with real-world examples.

The JetBrains Blog
Oh look, another #Python library to help you scrape the #web like a pro... or at least until every CAPTCHA on the planet realizes you're a 🐍 faking it. πŸ˜… Because, clearly, the world needed an "async" way to prove that you’re not a human. πŸ€–πŸ’»
https://github.com/autoscrape-labs/pydoll #Scraping #Async #Libraries #CAPTCHAs #Automation #HackerNews #ngated
GitHub - autoscrape-labs/pydoll: Pydoll is a library for automating chromium-based browsers without a WebDriver, offering realistic interactions.

Pydoll is a library for automating chromium-based browsers without a WebDriver, offering realistic interactions. - GitHub - autoscrape-labs/pydoll: Pydoll is a library for automating chromium-base...

GitHub
GitHub - autoscrape-labs/pydoll: Pydoll is a library for automating chromium-based browsers without a WebDriver, offering realistic interactions.

Pydoll is a library for automating chromium-based browsers without a WebDriver, offering realistic interactions. - GitHub - autoscrape-labs/pydoll: Pydoll is a library for automating chromium-base...

GitHub
A simple #embedded #Rust project running on the Raspberry Pi #Pico (#RP2040), built with #Embassy #async framework and no_std runtime complete with basic #ReverseEngineering of how it works under the hood. https://github.com/mytechnotalent/rust_embassy_pico_project

Triggered by my current swearing about async infestation everywhere I thought I'd point to this old blog entry again to remind me that I am not the only one.

https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/

#javascript #async #asyncisapest

What Color is Your Function? – journal.stuffwithstuff.com