pub(super) fn run_spawn_hooks(thread: &Thread) -> ChildSpawnHooksExpand description
Runs all the spawn hooks.
Called on the parent thread.
Returns the functions to be called on the newly spawned thread.
pub(super) fn run_spawn_hooks(thread: &Thread) -> ChildSpawnHooksRuns all the spawn hooks.
Called on the parent thread.
Returns the functions to be called on the newly spawned thread.