Unverified Commit 495e0bb3 authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

[utils]: use futures mpsc instead of tokio sync (#263)

* [utils]: use futures mpsc

Use futures::channel::mpsc as it's already brought in as dependency and to avoid bring
in tokio sync as an additional dependency.

* remove unused deps/code

* fix nit

* [utils]: future mpsc works without alloc.

* [http server]: future mpsc works without alloc.
parent 4316ec7d
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