vector57·4 years ago·discussI will briefly plug my library `unsync` (https://github.com/alex-sherman/unsync#quick-overview) which wraps all these methods (multiprocessing/threading/asyncio) into singular/simple-ish API.It's a bit overly simple, but it's helped a few times writing code the makes use of several concurrency methods and combining them together etc.
It's a bit overly simple, but it's helped a few times writing code the makes use of several concurrency methods and combining them together etc.