|
cortex 0.0.1
|
This is the complete list of members for cortex::Coroutine, including all inherited members.
| Coroutine(const Coroutine &)=delete | cortex::Coroutine | |
| Coroutine(Coroutine &&) noexcept | cortex::Coroutine | |
| GetStackSize() const noexcept | cortex::Coroutine | |
| IsDone() const noexcept | cortex::Coroutine | |
| kDefaultStackSizeBytes | cortex::Coroutine | static |
| Make(CoroutineBody body, std::size_t stack_size_bytes=kDefaultStackSizeBytes, MemoryResourceSharedPtr resource=GetDefaultMemoryResource()) | cortex::Coroutine | static |
| operator=(const Coroutine &)=delete | cortex::Coroutine | |
| operator=(Coroutine &&) noexcept | cortex::Coroutine | |
| Resume() | cortex::Coroutine | |
| ~Coroutine() | cortex::Coroutine |