Hacker News
- The State of Async Rust: Runtimes https://corrode.dev/blog/async/ 198 comments
- The State of Async Rust – Corrode Rust Consulting https://corrode.dev/blog/async/ 3 comments
- Why you might want async in your project https://notgull.net/why-you-want-async/ 176 comments
Lobsters
- Announcing async-hsm 0.2 https://www.reddit.com/r/rust/comments/jc0c0v/announcing_asynchsm_02/ 3 comments rust
- async-std v1.3.0 released! https://github.com/async-rs/async-std/releases/tag/v1.3.0 26 comments rust
- ob-session-async: org-babel asynchronous session evaluation https://www.reddit.com/r/emacs/comments/cuuspi/obsessionasync_orgbabel_asynchronous_session/ 7 comments emacs
- ⚛️⏳React Async for Client https://github.com/HK-SHAO/react-client-async 2 comments reactjs
- Async Closures MVP: Call for Testing! https://blog.rust-lang.org/inside-rust/2024/08/09/async-closures-call-for-testing.html 37 comments rust
- Node.js Native Messaging host using an async generator, WHATWG Streams, resizable ArrayBuffer, and DataView to process STDIO https://github.com/guest271314/native-messaging-nodejs/tree/stream-stdio 3 comments javascript
- My Adventure With Async Ruby https://thoughtbot.com/blog/my-adventure-with-async-ruby 4 comments ruby
- A short introduction to async Rust https://www.shuttle.rs/blog/2022/06/16/a-short-introduction-to-async-rust 12 comments rust
- 4 Ways to Handle Async Operations in Javascript https://blog.mayallo.com/4-ways-to-handle-async-operations-in-javascript 34 comments javascript
- Locks in async Rust https://acrimon.dev/blog/async-locks/ 15 comments rust
- Tokio help needed: looping while async https://www.reddit.com/r/rust/comments/n6um4x/tokio_help_needed_looping_while_async/ 14 comments rust
- Distributed C++ builds in async Rust https://www.reddit.com/r/rust/comments/n4dwdq/distributed_c_builds_in_async_rust/ 4 comments rust
- Feedback appreciated on a async terminal UI prototype https://github.com/NoBrainSkull/poc-async-tui 4 comments elixir
- I wrote a tiny generator runner that transparently concludes yielded promises, iterators, and effects, making your async flows cancellable and testable. https://github.com/dmaevsky/conclure 49 comments javascript
- Rust and Async (on embedded devices) https://blog.drogue.io/rust-and-async/ 3 comments rust
- Introducing Rune, a new stack-based dynamic programming language for Rust with async support. https://rune-rs.github.io/rune/ 69 comments rust
- DBus async library https://www.reddit.com/r/rust/comments/h8z9u0/dbus_async_library/ 24 comments rust
- Generating async code at runtime https://www.reddit.com/r/csharp/comments/h8iism/generating_async_code_at_runtime/ 7 comments csharp
- mdbergmann/cl-gserver - an Erlang inspired GenServer. It is meant to encapsulate state, but also to execute async operations. https://github.com/mdbergmann/cl-gserver 4 comments common_lisp
- Why are recursive async fns forbidden? https://www.reddit.com/r/rust/comments/cbdxxm/why_are_recursive_async_fns_forbidden/ 16 comments rust
- completor.vim the async completion engine for vim now support language server protocol https://github.com/maralla/completor.vim/pull/254 13 comments vim
- Manually implementing a Future that calls an async fn https://www.reddit.com/r/rust/comments/ag06qq/manually_implementing_a_future_that_calls_an/ 13 comments rust
- When to use subscribe() vs | async pipe in Angular components https://medium.com/@tomastrajan/angular-question-rxjs-subscribe-vs-async-pipe-in-component-templates-c956c8c0c794 3 comments angularjs
- Yukikaze: a way to async HTTP client https://www.reddit.com/r/rust/comments/93x0jj/yukikaze_a_way_to_async_http_client/ 21 comments rust
- Write asynchronous code in a breeze with async and await https://www.carlrippon.com/typescript-async-and-await/ 4 comments javascript
- Javascript's Callbacks vs Promises vs async/ await vs RxJs Observables https://youtu.be/jgWnccjXR4I 12 comments webdev
- Did Firefox release that version that allowed "async" browsing? (Ex. 2 Reddit accounts signed in at once on different tabs) https://www.reddit.com/r/linux/comments/5mf71p/did_firefox_release_that_version_that_allowed/ 3 comments linux
- Rust is ... async! Search crates.io interactively! https://github.com/byron/crates-io-cli-rs 18 comments rust
- Rails 5 changes default ActiveJob adapter from Inline to Async. http://blog.bigbinary.com/2016/03/29/rails-5-changed-default-active-job-adapter-to-async.html 6 comments ruby
- Node Rest Dev with Koa 2 and Async / Await http://andruj.github.io/articles/1 4 comments node
- Async IO in Rust (part III) https://medium.com/@paulcolomiets/async-io-in-rust-part-iii-cbfd10f17203#.aj35bc1i2 4 comments rust
- How C# beats Scala in async programming https://medium.com/@anicolaspp/how-c-beats-scala-in-async-programming-27d824da02ba 16 comments csharp
- Question about writing a timeout function, and the use of `async` and `lwt`. http://stackoverflow.com/questions/33331658/ocaml-writing-a-timeout-function-using-async 9 comments ocaml
- Microsoft Edge gets async / await support http://blogs.msdn.com/b/eternalcoding/archive/2015/09/30/javascript-goes-to-asynchronous-city.aspx 12 comments webdev
- Simple Async Await Example for Asynchronous Programming http://stephenhaunts.com/2014/10/10/simple-async-await-example-for-asynchronous-programming/ 10 comments programming
- How I got massively faster DB with async batching http://t.co/8q7b6j2b 15 comments programming