Hacker News new | ask | show | jobs
by heisenzombie 296 days ago
I'll second the plug for structured concurrency (and specifically the Trio [1] library that the author wrote.

[1] https://github.com/python-trio/trio

1 comments

If I ever want to use async in python again i'm going with Trio.