You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(anyspawn): Make Spawner usable without features (#343)
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
---------
Co-authored-by: ADOMAS BEKERAS (from Dev Box) <abekeras@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: AdomasBekeras <20183755+AdomasBekeras@users.noreply.github.com>
*`custom`: Enables [`Spawner::new_custom`][__link6] and [`CustomSpawnerBuilder`][__link7]
65
64
66
65
67
66
<hr/>
68
67
<sub>
69
68
This crate was developed as part of <ahref="../..">The Oxidizer Project</a>. Browse this crate's <ahref="https://github.com/microsoft/oxidizer/tree/main/crates/anyspawn">source code</a>.
0 commit comments