MCPcopy Create free account
hub / github.com/NthTensor/Forte / id

Method id

src/job.rs:64–66  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected