Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::AsyncEventLoopListeners Struct Reference

Allow library user to provide callbacks signaling different phases of async event loop cycle. More...

#include <Async.h>

Public Attributes

Function< void(AsyncEventLoop &)> beforeBlockingPoll
 
Function< void(AsyncEventLoop &)> afterBlockingPoll
 

Detailed Description

Allow library user to provide callbacks signaling different phases of async event loop cycle.


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