Searched defs:CustomSpawn (Results 1 – 1 of 1) sorted by relevance
108 pub struct CustomSpawn<F>(F); struct110 impl<F> CustomSpawn<F> impl119 impl<F> ThreadSpawn for CustomSpawn<F> implementation