| Action Engine
             | 
Annotation for PyBind11 functions to indicate that the event loop should be tracked and saved as a global variable.
This is primarily useful to resolve the event loop when an async overload is called from a sync context (which is ideally always the case for bound functions).
Example:
#include <actionengine/util/utils_pybind11.h>