mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-30 13:12:15 +00:00
* Allow configuring the tasks executor * Minor tweaks * Add executor_fn * Create ThreadsPool at the end if necessary * Allow configuring the tasks executor * Minor tweaks * Add executor_fn * Create ThreadsPool at the end if necessary * WIP * Don't depend on async-std and tokio in core * Replace FutureObj with PinBoxFuture * Some docs on Executor * Fix tests Co-authored-by: Toralf Wittner <tw@dtex.org>