Class SubscriptionWaitSetMask

Class Documentation

class SubscriptionWaitSetMask

Options used to determine what parts of a subscription get added to or removed from a wait set.

Public Members

bool include_subscription = true

If true, include the actual subscription.

bool include_events = true

If true, include any events attached to the subscription.

bool include_intra_process_waitable = true

If true, include the waitable used to handle intra process communication.