cortex 0.0.1
Loading...
Searching...
No Matches
resume_on_completed_coroutine_error.hpp File Reference

Error thrown when attempting to resume a finished coroutine. More...

#include <stdexcept>
Include dependency graph for resume_on_completed_coroutine_error.hpp:

Go to the source code of this file.

Classes

struct  cortex::ResumeOnDoneCoroutineError
 Exception thrown when calling Resume() on a coroutine that has finished execution. More...
 

Namespaces

namespace  cortex
 

Detailed Description

Error thrown when attempting to resume a finished coroutine.