Objects of this type refer to events in the EventScheduler API. They are convertible to const Event* references and may be used in any method that expects them.
Synopsis
Declared in <bdlmt_eventscheduler.h>
class EventSchedulerEventHandle;
Type Aliases
Name |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object and release the managed reference, if any. |
Release this handle's reference, if any; then make this handle refer to the same event as the specified |
|
Release the reference (if any) held by this object. |
|
Return a "raw" pointer to the event managed by this handle, or 0 if this handle does not manage a reference. |
Friends
Name |
Description |
This class provides a thread‐safe event scheduler that executes callbacks in a separate "dispatcher thread." |
Created with MrDocs