Published on [Permalink]

Morning doing house stuff and trying to wrap my mind around how to structure async/await so it doesn’t have to follow an infinite chain upwards. Seems like blocking the chain is problematic when all I want to do is be notified when something shows up so I can go get it. Tandem had the right idea…