Open t3hmrman opened 1 year ago
See comment in users.rust-lang.org -- on docs.rs it's very hard to tell where the tokio package comes from (the feature is required) -- so it's a good idea to use the recommended doc_cfg flag.
docs.rs
tokio
doc_cfg
Thanks SkiFire13 for the recommendation
Re-opening since the current documentation for runtime::tokio::wait_for still doesn't show the feature flag requirement
runtime::tokio::wait_for
See comment in users.rust-lang.org -- on
docs.rs
it's very hard to tell where thetokio
package comes from (the feature is required) -- so it's a good idea to use the recommendeddoc_cfg
flag.Thanks SkiFire13 for the recommendation