Comment by jiggunjer
Recently had to familiarize myself with python async because a third party SDK relies on it.
In many cases the lib will rely on threads to handle calls to synchronous functions, got me wondering if there's a valid use case for running multiple async threads on a single core.