Post #2261673
2026-03-08 02:10 UTC
@tartley@fosstodon.org Thanks for posting the article. `asyncio` has been off my radar for a while, but I'm delving into it more and more these days. Another recent addition is `asyncio.to_thread()`. It's a nice way to async-ify a synchronous call, though its really just a convenience form of `asyncio.run_in_executor()`. I've looked at `TaskGroup` a little, but I'll revisit after I read your article in a little more depth.
Replies (0)
No replies.