Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
kcenon::thread::concepts::is_future_like< T > Struct Template Reference

Type trait to detect future-like types (has get() and wait() methods) More...

#include <thread_concepts.h>

Inheritance diagram for kcenon::thread::concepts::is_future_like< T >:
Inheritance graph
Collaboration diagram for kcenon::thread::concepts::is_future_like< T >:
Collaboration graph

Detailed Description

template<typename T>
struct kcenon::thread::concepts::is_future_like< T >

Type trait to detect future-like types (has get() and wait() methods)

Definition at line 82 of file thread_concepts.h.


The documentation for this struct was generated from the following file: