SObjectizer  5.7
Classes | Enumerations
so_5::disp::reuse::work_thread::details Namespace Reference

Classes

class  activity_tracking_impl_t
 Part of implementation of work thread with activity tracking. More...
 
struct  common_data_t
 Common data for all work thread implementations. More...
 
class  no_activity_tracking_impl_t
 Part of implementation of work thread without activity tracking. More...
 
class  work_thread_template_t
 Implementation of work thread in form of template. More...
 

Enumerations

enum  status_t : int { status_t::stopped = 0, status_t::working = 1 }
 Thread status flag. More...
 

Enumeration Type Documentation

◆ status_t

Thread status flag.

Enumerator
stopped 

0 - thread execution should be stopped.

working 

1 - thread execution should be continued.

Examples:
so_5/custom_work_thread_factory/main.cpp, and so_5/make_agent_ref/main.cpp.