What's a modular monolith anyway? I don't understand the point of modular monolithic, me neither.. a monolith? modules? big ball of mud? actually I never heard of the term "modular monolith" until I ...
# event_loop 事件循环:程序开启一个无限循环,把一些函数注册到事件循环上,当满足事件发生的时候,调用相应的协程函数 ...