struct thread_queue::completion
Declaration
struct thread_queue::completion { /* full declaration omitted */ };
Description
The object passed through std::future from queue thread to owner thread
Declared at: include/thread_queue.h:64
Member Variables
- void* result = nullptr
- std::optional<std::chrono::nanoseconds> execution_time