Python’s asynchronous programming functionality, or async for short, allows you to write programs that get more work done by not waiting for independent tasks to finish. The asyncio library included ...
Python is one of many languges that support some way to write asynchronous programs — programs that switch freely among multiple tasks, all running at once, so that no one task holds up the progress ...
从某些角度看,这个时间点其实挺合适的——毕竟当前代码库还小,用户体量也不多。但另一方面,这在很多开发者看来,完全违背了早期创业公司的建议,过往很多人觉得初创公司就是应该把产品先上线、先卖产品,等达到产品市场匹配再考虑扩展。