I have been working with core.async for a while now, and recently had to work with Python asyncio. The difference is amazing, Clojure's core.async is so simple to work with without taking a whole class about it, whereas asyncio is littered with silent footguns. Thank you for making such a lovely async library