Why the following code is getting that build error? Rust Playground
Thanks in advance
Why the following code is getting that build error? Rust Playground
Thanks in advance
Because futures::executor::ThreadPool
(see last paragraph) is available only with the thread-pool
feature enabled, which is disabled by default
Thanks
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.