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< R > Member List

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

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