How to use with actix-web #207
-
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It would require the refactoring of a lot of things and the introduction of separated modules. A lot of things are currently based on tokio :
For the moment it is absolutely not planned because the codebase relies too deeply on tokio/tower/hyper. Also there are currently a lot of things to do to get something more stable and production ready. And working on an actix integration would basically be going in the opposite direction. |
Beta Was this translation helpful? Give feedback.
-
Totally get it - thanks! |
Beta Was this translation helpful? Give feedback.
It would require the refactoring of a lot of things and the introduction of separated modules. A lot of things are currently based on tokio :
For the moment it is absolutely not planned because the codebase relies too deeply on tokio/tower/hyper. Also there are currently a lot of things to do to get something more stable and production ready. And working on an actix integration would basically be going in the opposite direction.