threads: add feature flags (#10206)* threads: add feature flagsThis adds both the Cargo-level and CLI-level flags for theshared-everything-threads proposal.* Remove Cargo-level feature flags
threads: add feature flags (#10206)* threads: add feature flagsThis adds both the Cargo-level and CLI-level flags for theshared-everything-threads proposal.* Remove Cargo-level feature flagsAs recommended in a review, we can probably use the `threads` featureflag instead for the same kind of conditional compilation.* Remove CLI-level flagsSince we don't expect users to be interacting withshared-everything-threads modules from the command line, hide this fornow.* Add internal flags necessary for testing
show more ...