You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.
At the moment I can't see a clear direction of tokio-service and tokio-proto. Some people talk about towerto be the replacement of tokio-service (I'd disagree) and there are statements like these:
Tower is going to be the replacement for tokio-service.
I'm a bit confused now.
I really don't care about naming but if all the crates do the same we should synergize the power into one crate. If they are different we should precisely define the differences.
So would you mind to help out to clear up the situation?
The text was updated successfully, but these errors were encountered:
tokio-service is going to be deprecated once tower is released. Tokio will focus on the async I/O runtime aspects (reactor, executor, timer, etc...) and Tower will focus on the request / response abstraction.
It's mostly about having each project focus on one thing.
At the moment I can't see a clear direction of
tokio-service
andtokio-proto
. Some people talk abouttower
to be the replacement oftokio-service
(I'd disagree) and there are statements like these:I'm a bit confused now.
I really don't care about naming but if all the crates do the same we should synergize the power into one crate. If they are different we should precisely define the differences.
So would you mind to help out to clear up the situation?
The text was updated successfully, but these errors were encountered: