aloof-angle-91616
09/23/2018, 4:15 PMunsafe impl<T> Send for Resettable<T> {}
and unsafe impl<T> Sync for Resettable<T> {}
and replacing with those trait bounds, and that only broke the ResettablePool that I'd regrettably turned into a Resettable<CpuPool> already. i also made Resettable<T> actually lazy again (that's what induced the other deadlock, which happens even without pantsd enabled)