@drewdevault I know you aren't the biggest fan of python, but when needing to do async stuff I've found the Trio library to be pretty awesome. It helps me think about doing async work in a more traceable/logical manner. I'd love to see a similar async library in other languages.