Skip to main contentModule thread
Source - FxtRef
- Rust representation of the C++
FxtRef struct. - ThreadPtr
- Type-safe wrapper around a raw pointer to a Zircon kernel Thread.
- create⚠
- Creates a new kernel thread with default priority.
- spawn⚠
- Spawns a new kernel thread with default priority and resumes it.
- yield
- Yields the current thread’s CPU time slice.