Why is T 'static constrained when using Arc<T> and thread::spawn

Burned by this issue for a whole day until I saw this thread: Why does thread::spawn need static lifetime for generic bounds?

2 Likes