OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::AsyncTask< Type > Member List

This is the complete list of members for s3d::AsyncTask< Type >, including all inherited members.

AsyncTask()=defaults3d::AsyncTask< Type >
AsyncTask(base_type &&other) noexcepts3d::AsyncTask< Type >
AsyncTask(AsyncTask &&other) noexcepts3d::AsyncTask< Type >
AsyncTask(Fty &&f, Args &&... args)s3d::AsyncTask< Type >explicit
AsyncTask(const base_type &)=deletes3d::AsyncTask< Type >
AsyncTask(const AsyncTask &)=deletes3d::AsyncTask< Type >
base_type typedefs3d::AsyncTask< Type >
get()s3d::AsyncTask< Type >
isReady() consts3d::AsyncTask< Type >
isValid() const noexcepts3d::AsyncTask< Type >
operator=(const base_type &)=deletes3d::AsyncTask< Type >
operator=(const AsyncTask &)=deletes3d::AsyncTask< Type >
operator=(base_type &&other) noexcepts3d::AsyncTask< Type >
operator=(AsyncTask &&other) noexcepts3d::AsyncTask< Type >
share() noexcepts3d::AsyncTask< Type >
wait() consts3d::AsyncTask< Type >
wait_for(const std::chrono::duration< Rep, Period > &relTime) consts3d::AsyncTask< Type >
wait_until(const std::chrono::time_point< Clock, Duration > &absTime) consts3d::AsyncTask< Type >
~AsyncTask()=defaults3d::AsyncTask< Type >