Squid::Tasks 1.0.0
C++14 coroutine-based task library for games
StopContext Struct Reference

Context for a task's stop requests (undefined behavior if used after the underlying task is destroyed) More...

#include <Task.h>

Public Member Functions

bool IsStopRequested () const
 

Protected Member Functions

 StopContext (const bool *in_isStoppedPtr)
 

Friends

class TaskInternalBase
 

Detailed Description

Context for a task's stop requests (undefined behavior if used after the underlying task is destroyed)


The documentation for this struct was generated from the following file: