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.
Creates a scheduler pointer from shared_ptr to scheduler
explicit scheduler_ptr(
std::shared_ptr<scheduler_interface> scheduler
);
explicit scheduler_ptr(
_In_opt_ scheduler_interface * pScheduler
);
Parameters
scheduler
pScheduler
Requirements
Header: pplinterface.h
Namespace: concurrency