Hacker News
- Rust to stabilize `async fn` and return-position `impl Trait` in traits https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html 38 comments
- The State of Async Rust: Runtimes https://corrode.dev/blog/async/ 198 comments
- Why you might want async in your project https://notgull.net/why-you-want-async/ 176 comments
- Async Task Queues http://99designs.com/tech-blog/blog/2012/02/17/async-task-queues/ 11 comments
- Kicksend Goes Mobile For Instant, Async Sharing Of Big Files http://techcrunch.com/2011/12/16/kicksend-goes-mobile-with-a-new-iphone-app-for-instant-asynchronous-sharing-of-big-files/ 2 comments
Lobsters
- A four year plan for async Rust https://without.boats/blog/a-four-year-plan/ 18 comments rust
- Async Ruby https://brunosutic.com/blog/async-ruby 2 comments ruby
- Announcing async-hsm 0.2 https://www.reddit.com/r/rust/comments/jc0c0v/announcing_asynchsm_02/ 3 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
- 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
- Django Async Views https://translate.google.com/translate?sl=id&tl=en&u=https%3A%2F%2Fadiyatmubarak.wordpress.com%2F2020%2F03%2F20%2Fasynchronous-pada-django-views%2F 5 comments django
- Top-level "await" enables developers to use the "await" keyword outside of async functions. https://v8.dev/features/top-level-await 78 comments javascript
- 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
- 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
- Use Reduce() and Promises to Execute Multiple Async Calls Sequentially https://medium.com/@pagalvin/use-reduce-and-promises-to-execute-multiple-async-calls-sequentially-4caf03a34b9a#.x73wq8y9s 32 comments javascript
- 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