nix
0.26.1
In nix::
sched
Structs
CloneFlags
CpuSet
Functions
clone
sched_getaffinity
sched_getcpu
sched_setaffinity
sched_yield
setns
unshare
Type Aliases
CloneCb
nix
::
sched
Function
sched_yield
Copy item path
Settings
Help
Summary
Source
pub fn sched_yield() ->
Result
<
()
>
Expand description
Explicitly yield the processor to other threads.
Further reading