Dispatch Queue
Dispatch Queue / Thread Pool implementation for C++11 with built-in C++20 coroutine support
Loading...
Searching...
No Matches
dispatch_queue::task< T > Member List
This is the complete list of members for
dispatch_queue::task< T >
, including all inherited members.
create_failed
(std::exception_ptr exception)
dispatch_queue::task< T >
inline
static
create_pending
()
dispatch_queue::task< T >
inline
static
create_ready
()
dispatch_queue::task< T >
inline
static
create_ready
(U &&value)
dispatch_queue::task< T >
inline
static
get
() const
dispatch_queue::task< T >
inline
get_exception
() const
dispatch_queue::task< T >
inline
get_state
() const
dispatch_queue::task< T >
inline
operator co_await
() const
dispatch_queue::task< T >
inline
operator task< U >
() const
dispatch_queue::task< T >
inline
explicit
operator task< void >
() const
dispatch_queue::task< T >
inline
set_exception
(std::exception_ptr exception)
dispatch_queue::task< T >
inline
set_value
()
dispatch_queue::task< T >
inline
set_value
(U &&value)
dispatch_queue::task< T >
inline
task
()=default
dispatch_queue::task< T >
task
(std::shared_ptr< detail::task_future< T > > future)
dispatch_queue::task< T >
inline
then
(F &&f) const
dispatch_queue::task< T >
inline
valid
() const
dispatch_queue::task< T >
inline
value_type
typedef
dispatch_queue::task< T >
wait
() const
dispatch_queue::task< T >
inline
wait_for
(const std::chrono::duration< Rep, Period > &timeout_duration) const
dispatch_queue::task< T >
inline
wait_until
(const std::chrono::time_point< Clock, Duration > &timeout_time) const
dispatch_queue::task< T >
inline
Generated by
1.13.2