←back to thread

320 points willm | 1 comments | | HN request time: 0.246s | source
1. rdtsc ◴[] No.45106819[source]
I never liked async in Python. I feel like it's a bad design pattern, a lot of borrowed from Twisted at the time. I always liked gevent/eventlet based approach and will likely always stick to using that. At the time Go and Elixir/Erlang had green threads (lightweight procs / goroutines) and in general I think that makes for a cleaner code base.