# OHOS::AbilityEventHandler ## **Overview** **Related Modules:** [AbilityKit](AbilityKit.md) **Description:** Declares functions for performing operations during inter-thread communication, including running and quitting the event loop of the current thread and posting tasks to an asynchronous thread. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Public Member Functions
Run () |
|
PostTask (const Task &task) |
|
PostQuit () |
static AbilityEventHandler * |