CurrentScheduler::Detach 方法
将当前计划程序从调用上下文中分离并将先前附加的计划程序作为当前计划程序还原(如果有)。 此方法返回后,则由先前通过 CurrentScheduler::Create 或 Scheduler::Attach 方法附加到上下文的计划程序管理调用上下文。
_CRTIMP static void __cdecl Detach();
备注
Detach 方法隐式地从计划程序中移除引用数。
如果没有计划程序附加到调用上下文,调用此方法将导致引发 improper_scheduler_detach 异常。
要求
**标头:**concrt.h
命名空间: 并发