CoreDX DDS Modern C++ API
Public Member Functions | Public Attributes | List of all members
org::toc::coredx::core::policy::ThreadModel Class Reference

The purpose of this QoS is to configure the threading behavior of the DomainParticipant implementation. More...

Public Member Functions

bool use_threads () const
 Access the policy.
 
ThreadModeluse_threads (bool q)
 Set the policy.
 
bool create_listener_thread () const
 Access the policy.
 
ThreadModelcreate_listener_thread (bool q)
 Set the policy.
 

Public Attributes

bool use_threads_
 should the DomainParticipant use threads for internal work
 
bool create_listener_thread_
 

Detailed Description

The purpose of this QoS is to configure the threading behavior of the DomainParticipant implementation.

Member Data Documentation

◆ create_listener_thread_

bool org::toc::coredx::core::policy::ThreadModel::create_listener_thread_

create a distinct thread for application Listener callbacks


© 2009-2020 Twin Oaks Computing, Inc
Castle Rock, CO 80104
All rights reserved.