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
Member Variables
- void* result = nullptr
- std::optional<std::chrono::nanoseconds> execution_time