Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
kcenon::thread::cancellable_future< void > Member List

This is the complete list of members for kcenon::thread::cancellable_future< void >, including all inherited members.

cancel()kcenon::thread::cancellable_future< void >inline
cancellable_future(std::future< void > future, cancellation_token token)kcenon::thread::cancellable_future< void >inline
cancellable_future(const cancellable_future &)=deletekcenon::thread::cancellable_future< void >
cancellable_future(cancellable_future &&) noexcept=defaultkcenon::thread::cancellable_future< void >
future_kcenon::thread::cancellable_future< void >mutableprivate
get() -> common::VoidResultkcenon::thread::cancellable_future< void >inline
get_for(std::chrono::milliseconds timeout) -> common::Result< bool >kcenon::thread::cancellable_future< void >inline
get_token() const -> cancellation_tokenkcenon::thread::cancellable_future< void >inline
is_cancelled() const -> boolkcenon::thread::cancellable_future< void >inline
is_ready() const -> boolkcenon::thread::cancellable_future< void >inline
operator=(const cancellable_future &)=deletekcenon::thread::cancellable_future< void >
operator=(cancellable_future &&) noexcept=defaultkcenon::thread::cancellable_future< void >
token_kcenon::thread::cancellable_future< void >private
valid() const -> boolkcenon::thread::cancellable_future< void >inline
value_type typedefkcenon::thread::cancellable_future< void >
wait() constkcenon::thread::cancellable_future< void >inline
wait_for(const std::chrono::duration< Rep, Period > &timeout) const -> std::future_statuskcenon::thread::cancellable_future< void >inline
~cancellable_future()=defaultkcenon::thread::cancellable_future< void >