Searched defs:CustomSpawn (Results 1 – 1 of 1) sorted by relevance
111 pub struct CustomSpawn<F>(F); struct113 impl<F> CustomSpawn<F> impl122 impl<F> ThreadSpawn for CustomSpawn<F> implementation