pub(super) fn run_spawn_hooks(thread: &Thread) -> ChildSpawnHooks
Expand 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) -> ChildSpawnHooks
Runs all the spawn hooks.
Called on the parent thread.
Returns the functions to be called on the newly spawned thread.