Returns member data, initializing it on the first call.
(&'static self)
| 777 | /// holds that membership, the work will not be run. |
| 778 | #[inline(always)] |
| 779 | pub fn spawn_on<M, S>( |
| 780 | &'static self, |
| 781 | member_index: usize, |
| 782 | work: S, |
| 783 | ) -> S::Output |
| 784 | where |
no test coverage detected