mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-26 17:02:32 +01:00
As part of this, I made an optional tokio feature which, when enabled, adds utility functions that spawn on the default tokio executor. This allows for the removal of the runtime crate. On the one hand, this makes the spawning utils slightly less generic. On the other hand: - The fns are just helpers and are easily rewritten by the user. - Tokio is the clear dominant futures executor, so most people will just use these versions.