scheduler_interface Structure
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
Scheduler Interface
struct __declspec(novtable) scheduler_interface;
Public Methods
| Name | Description |
|---|---|
| scheduler_interface::schedule Method |
scheduler_interface
Header: pplinterface.h
Namespace: concurrency
virtual void schedule(
TaskProc_t,
void*) = 0;
Show: