libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
task_action_impl.cpp
Go to the documentation of this file.
1// Copyright 2023 owent
2
3#include <libcopp/utils/config/libcopp_build_features.h>
4
6
7LIBCOPP_COTASK_NAMESPACE_BEGIN
8namespace impl {
9LIBCOPP_COTASK_API task_action_impl::task_action_impl() {}
10
12
14LIBCOPP_COTASK_API task_action_impl &task_action_impl::operator=(const task_action_impl &) { return *this; }
15
17LIBCOPP_COTASK_API task_action_impl &task_action_impl::operator=(const task_action_impl &&) { return *this; }
18
19LIBCOPP_COTASK_API int task_action_impl::on_finished(task_impl &) { return 0; }
20
21} // namespace impl
22LIBCOPP_COTASK_NAMESPACE_END
task_action_impl & operator=(const task_action_impl &)
virtual int on_finished(task_impl &)