Skip to content
Unverified Commit 044e0334 authored by Hernando Castano's avatar Hernando Castano Committed by GitHub
Browse files

Add async_trait to SourceClient and TargetClient (#123)

* Use async_trait for SourceClient

* Use aync_trait for TargetClient

* Revert async_trait usage for Source/Target client

This reverts commit f636ffaf.
This reverts commit 2c15755e

.

I'm having a very hard time finding out what is causing compilation
issues, and I think it's best to start over again.

* Use async_trait for TargetClient

* Use async_trait for SourceClient

* Move where non-async methods are

* RustFmt

* QueuedHeader holds Arc to actual data

* Clean up async return type

Co-authored-by: default avatarSvyatoslav Nikolsky <[email protected]>

* Clean up async return type

Co-authored-by: default avatarSvyatoslav Nikolsky <[email protected]>

* Clean up async return type

Co-authored-by: default avatarSvyatoslav Nikolsky <[email protected]>

* Remove unused import

Co-authored-by: default avatarSvyatoslav Nikolsky <[email protected]>
parent 688abd31
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment