feat(anyspawn): Make Spawner usable without features#343
feat(anyspawn): Make Spawner usable without features#343AdomasBekeras wants to merge 4 commits intomainfrom
Conversation
|
@AdomasBekeras please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #343 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 210 210
Lines 15540 15553 +13
=======================================
+ Hits 15540 15553 +13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I suggest to also have empty default features. |
To use Spawner in a library, the library should not need to enable any features, it can just take a Spawner. This PR removes the feature gates from the Spaner and JoinHandle types