Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLD: Cargo.toml: tokio {, features = ["rt-multi-thread"] } #218

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

westurner
Copy link

This did solve for this error message on cargo install wally fwics because cargo install --git https://github.com/westurner --branch patch-1 wally worked

error[E0599]: no function or associated item named `new_multi_thread` found for struct `tokio::runtime::Builder` in the current scope

IDK if there's a reason to not have this for every build?

  • Wally compiled with rt-multi-thread in a fedora-toolbox:41 container with dnf install cargo (that I'm setting up for use with vscode /.devcontainer/devcontainer.json)

Hoping this will solve for this error message:

error[E0599]: no function or associated item named `new_multi_thread` found for struct `tokio::runtime::Builder` in the current scope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant