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

feat: export Env::default() #7207

Closed

Conversation

developerfred
Copy link
Contributor

I need this exported function to disable threads in rust.

rust-rocksdb/rust-rocksdb#448 (comment)

Copy link
Contributor

@mrambacher mrambacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please better explain what you are trying to do here? Are you trying to get the default environment or something else? Is there a reason "rocksdb_create_default_env" does not work for your use case?

I am not sure I understand exactly what this code is doing or you hope to accomplish.

@developerfred
Copy link
Contributor Author

developerfred commented Jul 30, 2020

Can you please better explain what you are trying to do here? Are you trying to get the default environment or something else? Is there a reason "rocksdb_create_default_env" does not work for your use case?

I am not sure I understand exactly what this code is doing or you hope to accomplish.

@mrambacher
I need to disable the threads by default, currently the default that we consume returns an object you can learn more in this chat link
rust-rocksdb/rust-rocksdb#448 (comment)

@developerfred developerfred deleted the export-env-default branch August 7, 2020 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants