A multi-coroutine task processing engine.
Recently, i'm working on handling multi-tasks in multi-coroutines.
There are many types of tasks, like A,B,C. The handle method is different if the type of task is different. When requests are coming, i need handle them in multi-coroutines.
This is similar to a factory although i have never seen.
It should be like this: There are some conveyors is rolling in a factory. There are some workers working on the conveyor belt. They handle the rolling parts on the conveyor belt. Different parts are placed on different conveyor belts
It's not good enough yet, welcome issue or pr.