Module spawnhook

Source

Structsยง

ChildSpawnHooks ๐Ÿ”’
The results of running the spawn hooks.
SpawnHook ๐Ÿ”’
SpawnHooks ๐Ÿ”’

Constantsยง

SPAWN_HOOKS ๐Ÿ”’
A thread local linked list of spawn hooks.

Functionsยง

run_spawn_hooks ๐Ÿ”’
Runs all the spawn hooks.
add_spawn_hookExperimental
Registers a function to run for every newly thread spawned.