This website requires JavaScript.
Explore
Help
Register
Sign In
xuanchi
/
XCEngine
Watch
1
Star
1
Fork
0
You've already forked XCEngine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5342e447af8db9ff5aea4d3ed4204c2649c028ca
XCEngine
/
docs
/
api
/
XCEngine
/
Threading
/
Thread
/
Yield.md
ssdfasd
8f486611d5
docs: rebuild Threading API content
2026-03-26 20:59:59 +08:00
251 B
Raw
Blame
History
Thread::Yield
让出当前线程时间片。
static
void
Yield
();
行为说明
当前实现直接调用
std::this_thread::yield()
。
返回值
无。
相关文档
返回类型总览
Sleep
Reference in New Issue
View Git Blame
Copy Permalink