phoenix-dataplane / phoenix

Phoenix dataplane system service
https://phoenix-dataplane.github.io
Apache License 2.0
51 stars 9 forks source link

Design and implement an EngineGroup class to schedule engines #9

Closed crazyboycjr closed 2 years ago

crazyboycjr commented 3 years ago

Compare it with existing frameworks/runtimes such as seastar, or rust tokio?

crazyboycjr commented 2 years ago

Now the EngineGroup is called Runtime, see src/engine/src/runtime.rs. It is kept simple now.