totoot / eventstore

EventStore Rust TCP Client
MIT License
0 stars 0 forks source link

Use tokio-proto for the protocol #2

Open Kerollmops opened 7 years ago

Kerollmops commented 7 years ago

Tokio-proto seems to be the best way to make a maintainable library. It's based on Tokio-rs an official platform for writing fast networking code.

Kerollmops commented 7 years ago

Here is a way to use the Handle type concurrently.