Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
Scheduler Interface
Syntax
struct __declspec(novtable) scheduler_interface;
Members
Public Methods
| Name | Description |
|---|---|
| scheduler_interface::schedule Method |
Inheritance Hierarchy
scheduler_interface
Requirements
Header: pplinterface.h
Namespace: concurrency
scheduler_interface::schedule Method
virtual void schedule(
TaskProc_t,
void*) = 0;