Commit 316dd7e
authored
TypeDB Client Rust dependencies: async runtimes, tokio-stream (#423)
## What is the goal of this PR?
We add dependencies used by TypeDB Client Rust for async runtime
independence tests.
## What are the changes implemented in this PR?
* `tokio-stream`: utility, maps tokio mpsc channel receivers to streams;
* `http`: remove a layer of indirection;
* `smol` and `async-std`: popular async runtimes.1 parent d75471d commit 316dd7e
3 files changed
+449
-115
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
0 commit comments