#include <activity.h>

Classes | |
| class | ScopedActivity |
Public Member Functions | |
| virtual void | ForceImmediateRepoll ()=0 |
| void | ForceWakeup () |
| virtual Waker | MakeNonOwningWaker ()=0 |
| virtual Waker | MakeOwningWaker ()=0 |
Public Member Functions inherited from grpc_core::Orphanable | |
| Orphanable & | operator= (const Orphanable &)=delete |
| virtual void | Orphan ()=0 |
| Orphanable (const Orphanable &)=delete | |
Static Public Member Functions | |
| static Activity * | current () |
Protected Member Functions | |
| bool | is_current () const |
Protected Member Functions inherited from grpc_core::Orphanable | |
| Orphanable () | |
| virtual | ~Orphanable () |
Static Protected Member Functions | |
| static bool | have_current () |
Static Private Member Functions | |
| static | GPR_THREAD_LOCAL (Activity *) g_current_activity_ |
Definition at line 105 of file activity.h.
|
inlinestatic |
Definition at line 124 of file activity.h.
|
pure virtual |
|
inline |
Definition at line 112 of file activity.h.
|
staticprivate |
|
inlinestaticprotected |
Definition at line 140 of file activity.h.
|
inlineprotected |
Definition at line 138 of file activity.h.
|
pure virtual |
|
pure virtual |