rotor
Event loop friendly C++ actor micro-framework
Loading...
Searching...
No Matches
rotor::thread Namespace Reference

namespace for pure thread backend (supervisor) for rotor More...

Classes

struct  supervisor_thread_t
 pure thread supervisor dedicated for blocking I/O or computing operations More...
struct  system_context_thread_t
 The thread system context, for blocking operations. More...

Typedefs

using supervisor_ptr_t = intrusive_ptr_t<supervisor_thread_t>
 intrusive pointer for thread supervisor
using system_context_ptr_t = rotor::intrusive_ptr_t<system_context_thread_t>
 intrusive pointer type for system context thread context

Detailed Description

namespace for pure thread backend (supervisor) for rotor