This repository was archived by the owner on Jan 22, 2025. It is now read-only.
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Async thin client #214
Closed
Description
Add thin_client1.rs
. It should implement an entirely asynchronous API and should do timeouts and retries under the hood. Like the current thin client, it can continue to be based on UDP.
It should probably be built on https://tokio.rs/, but if that's too heavyweight, then it could be built from the ground up, using futures
and/or mio
.
Metadata
Metadata
Assignees
Labels
No labels