Function run_spawn_hooks

Source
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.