Skip to content

Commit

Permalink
tpu-client: Add "fake" async version with sync sending (solana-labs#2…
Browse files Browse the repository at this point in the history
…5499)

* tpu-client: Add "fake" async for sending

* Add Drop implementation

* Rebase
  • Loading branch information
joncinque authored Jun 1, 2022
1 parent dd0bf4f commit 6349a6d
Show file tree
Hide file tree
Showing 3 changed files with 551 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/nonblocking/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pub mod pubsub_client;
pub mod rpc_client;
pub mod tpu_client;
Loading

0 comments on commit 6349a6d

Please sign in to comment.