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.
This class describes an exception that is thrown when a task_handle object is scheduled multiple times via the run method of a task_group or structured_task_group object without an intervening call to either the wait or run_and_wait methods.
class invalid_multiple_scheduling : public std::exception;
Members
Public Constructors
Name |
Description |
---|---|
invalid_multiple_scheduling::invalid_multiple_scheduling Constructor |
Overloaded. Constructs an invalid_multiple_scheduling object. |
Inheritance Hierarchy
exception
Requirements
Header: concrt.h
Namespace: Concurrency
See Also
Reference
task_group::run_and_wait Method
structured_task_group::run Method