←back to thread

320 points willm | 1 comments | | HN request time: 0.217s | source
1. bjt ◴[] No.45109006[source]
I was using gevent to get async benefits in Python 10+ years ago. It's a much nicer programming paradigm than async/await, in my opinion. Now working in Go where the same pattern is built into the language, I'm even more convinced.