Pebbling Club 🐧🪨

  • Playground Wisdom: Threads Beat Async/Await | Armin Ronacher's Thoughts and Writings
    Notes
    It's been a few years since I wrote about my challenges with async/await-based systems and how they just seem to not support back pressure well. A few years later, I do not think that this problem has subsided much, but my thinking and understanding have perhaps evolved a bit. I'm now convinced that async/await is, in fact, a bad abstraction for most languages, and we should be aiming for something better instead and that I believe to be thread.
    Feed
    Unfurl
  • Pin and suffering
    Notes
    I'd like to think that my understanding of "async Rust" has increased over the past year or so. I'm 100% onboard with the basic principle: I would like to handle thousands of concurrent tasks using a handful of threads. That sounds great!
    Feed
    Unfurl
  • goodeggs/fibrous
    Notes
    Easily mix asynchronous and synchronous programming styles in node.js
    Unfurl
  • Simon Wistow - Standing in Line
    Notes
    "What I actually want out of this is a kind of de facto standard like Memcached or Apache or whatever that's so simple to understand and use that it changes the way people develop their apps such that they just start with the assumption that some of their
    Unfurl