Constant sched_yield [src]
Source
pub const sched_yield = switch (native_os) {
.netbsd => private.__libc_thr_yield,
else => private.sched_yield,
}
pub const sched_yield = switch (native_os) {
.netbsd => private.__libc_thr_yield,
else => private.sched_yield,
}