(&self)
| 62 | /// * `execute_fn` will not unwind when called on `job_pointer`. |
| 63 | #[inline(always)] |
| 64 | pub unsafe fn new( |
| 65 | job_pointer: NonNull<()>, |
| 66 | execute_fn: unsafe fn(NonNull<()>, &Worker), |
| 67 | ) -> JobRef { |
| 68 | JobRef { |
| 69 | job_pointer, |
nothing calls this directly
no outgoing calls
no test coverage detected