about summary refs log tree commit diff
path: root/library/std/src/thread/spawnhook.rs
AgeCommit message (Collapse)AuthorLines
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-03-19Allow spawning threads after TLS destruction.Mara Bos-9/+14
2024-11-19Update doc comments for spawn hook.Mara Bos-2/+6
2024-11-19Address review comments.Mara Bos-7/+6
Co-authored-by: waffle <waffle.lapkin@gmail.com>
2024-11-19Fix tracking issue.Mara Bos-1/+1
2024-11-19Use Send + Sync for spawn hooks.Mara Bos-2/+2
2024-11-19Add thread Builder::no_hooks().Mara Bos-4/+5
2024-11-19Update thread spawn hooks.Mara Bos-30/+82
1. Make the effect thread local. 2. Don't return a io::Result from hooks.
2024-11-19Add std::thread::add_spawn_hook.Mara Bos-0/+92