When to use methods/macros from Futures and from Tokio

In general, if you're using Tokio at all, I recommend using the Tokio version whenever both futures and Tokio provide it.

3 Likes