Searched defs:CustomSpawn (Results 1 – 1 of 1) sorted by relevance
110 pub struct CustomSpawn<F>(F); struct112 impl<F> CustomSpawn<F> impl121 impl<F> ThreadSpawn for CustomSpawn<F> implementation