@takahe "has had most of its async nature removed, as this both reduces deadlocks and improves performance in most situations (the context switching was costing more than the gains from talking to other servers asynchronously)"
is this... a general problem of async in Python? or specific to Takahe?